Documentation
    Preparing search index...

    Interface GetObjectParams

    Return the object information for a specified object

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

    Properties

    Properties

    id: string

    the ID of the queried object

    options?: SuiObjectDataOptions | null

    options for specifying the content to be returned

    signal?: AbortSignal