TinyMCE MultiCloud Plugin - v0.1.1
    Preparing search index...

    Interface PickerResult

    The result returned by a provider's pick or upload method.

    Salvatore Callari Callari@WaXCode.net

    interface PickerResult {
        item: CloudItem;
        mode?: InsertMode;
    }
    Index

    Properties

    Properties

    item: CloudItem

    The selected or uploaded cloud item.

    mode?: InsertMode

    The suggested insert mode for this item. When undefined, the plugin falls back to MultiCloudPluginOptions.defaultInsertMode.