RTSDK
    Preparing search index...

    Interface DroppedAssetOptionalInterface

    interface DroppedAssetOptionalInterface {
        attributes?:
            | DroppedAssetInterface
            | { position?: { x: number; y: number }; text?: string; urlSlug?: string };
        credentials?: object | InteractiveCredentials;
    }
    Index

    Properties

    attributes?:
        | DroppedAssetInterface
        | { position?: { x: number; y: number }; text?: string; urlSlug?: string }
    credentials?: object | InteractiveCredentials