Documentation

    Interface MultiGetObjectsParams

    Return the object data for a list of objects

    interface MultiGetObjectsParams {
        ids: string[];
        options?: null | SuiObjectDataOptions;
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    ids: string[]

    the IDs of the queried objects

    options?: null | SuiObjectDataOptions

    options for specifying the content to be returned

    signal?: AbortSignal
    MMNEPVFCICPMFPCPTTAAATR