Interface DroppedAssetOptionalInterface

Hierarchy

  • DroppedAssetOptionalInterface

Properties

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