x4js - v2.2.49
    Preparing search index...

    Configuration options for editor drop into behavior

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

    Enable dropping into editor. Defaults to true.

    showDropSelector?: "never" | "afterDrop"

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