Interface IDropIntoEditorOptions

Configuration options for editor drop into behavior

interface IDropIntoEditorOptions {
    enabled?: boolean;
    showDropSelector?: "never" | "afterDrop";
}

Properties

enabled?: boolean

Enable dropping into editor. Defaults to true.

showDropSelector?: "never" | "afterDrop"

Controls if a widget is shown after a drop. Defaults to 'afterDrop'.