RTSDK
    Preparing search index...

    Interface OpenIframeInterface

    interface OpenIframeInterface {
        droppedAssetId: string;
        link: string;
        shouldOpenInDrawer?: boolean;
        title?: string;
    }
    Index

    Properties

    droppedAssetId: string
    link: string
    shouldOpenInDrawer?: boolean
    title?: string