Configuration options for editor pasting as into behavior
interface IPasteAsOptions { enabled?: boolean; showPasteSelector?: "never" | "afterPaste";}
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'.
Configuration options for editor pasting as into behavior