Documentation

    Interface GetObjectParams

    Return the object information for a specified object

    interface GetObjectParams {
        id: string;
        options?: null | SuiObjectDataOptions;
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    id: string

    the ID of the queried object

    options?: null | SuiObjectDataOptions

    options for specifying the content to be returned

    signal?: AbortSignal
    MMNEPVFCICPMFPCPTTAAATR