Skip to content
On this page

Function: PluginDragNDrop ​

â–¸ PluginDragNDrop(hooks): void

Parameters ​

NameType
hooksObject
hooks.beforeCreateEventHookOn<[string, undefined | FlowProps]>
hooks.beforeDestroyEventHookOn<VueFlowStore>
hooks.createdEventHookOn<[VueFlowStore, (plugin: Partial<VueFlowStore>) => void]>
hooks.destroyedEventHookOn<string>

Returns ​

void

Released under the MIT License.