x4js - v2.2.49
    Preparing search index...

    Configuration options for editor pasting as into behavior

    interface IPasteAsOptions {
        enabled?: boolean;
        showPasteSelector?: "never" | "afterPaste";
    }
    Index
    enabled?: boolean

    Enable paste as functionality in editors. Defaults to true.

    showPasteSelector?: "never" | "afterPaste"

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