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

    Interface ObjectStorageGetBlobOptions

    interface ObjectStorageGetBlobOptions {
        abortSignal?: AbortSignal;
        args?: BackendComponentFunctionCallArgs;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    abortSignal?: AbortSignal
    args?: BackendComponentFunctionCallArgs

    Extra arguments for Cloud Functions.