UI Component Reference - v2.64.0
    Preparing search index...

    Interface ObjectStorageStoreOptions

    interface ObjectStorageStoreOptions {
        abortSignal?: AbortSignal;
        args?: BackendComponentFunctionCallArgs;
        tags?: ObjectStorageTags;
    }

    Hierarchy (View Summary)

    Index

    Properties

    abortSignal?: AbortSignal
    args?: BackendComponentFunctionCallArgs

    Extra arguments for Cloud Functions.

    tags?: ObjectStorageTags