Skip to content
On this page

Interface: PluginHooks ​

Table of contents ​

Properties ​

Properties ​

beforeCreate ​

• beforeCreate: EventHook<[string, undefined | FlowProps]>


beforeDestroy ​

• beforeDestroy: EventHook<VueFlowStore>


created ​

• created: EventHook<[VueFlowStore, (plugin: Partial<VueFlowStore>) => void]>


destroyed ​

• destroyed: EventHook<string>

Released under the MIT License.