Interface IDropIntoEditorOptions
Expand description
interface IDropIntoEditorOptions {
enabled?: boolean;
showDropSelector?: "never" | "afterDrop";
}interface IDropIntoEditorOptions {
enabled?: boolean;
showDropSelector?: "never" | "afterDrop";
}
Configuration options for editor drop into behavior