RTSDK
    Preparing search index...

    Interface AssetInterface

    interface AssetInterface {
        addedOn?: string;
        assetName?: string;
        creatorTags?: object;
        credentials?: InteractiveCredentials;
        id?: string;
        isPublic?: boolean;
        jwt?: string;
        library?: string;
        originalAssetId?: string;
        originalKit?: string;
        ownerId?: string;
        ownerName?: string;
        platformAsset?: boolean;
        purchased?: boolean;
        purchaseDate?: string;
        purchasedFrom?: string;
        requestOptions: object;
        specialType?: null | string;
        topia: Topia;
        transactionId?: string;
        type?: string;
        fetchAssetById(): Promise<object | ResponseType>;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    addedOn?: string
    assetName?: string
    creatorTags?: object
    id?: string
    isPublic?: boolean
    jwt?: string
    library?: string
    originalAssetId?: string
    originalKit?: string
    ownerId?: string
    ownerName?: string
    platformAsset?: boolean
    purchased?: boolean
    purchaseDate?: string
    purchasedFrom?: string
    requestOptions: object
    specialType?: null | string
    topia: Topia
    transactionId?: string
    type?: string

    Methods

    • Returns Promise<object | ResponseType>