Variable JsPlumbToolkitVue2PluginConst

JsPlumbToolkitVue2Plugin: {
    install: ((vue, options) => void);
} = ...

The Toolkit's Vue2 integration plugin. See documentation for usage details.

Type declaration

  • install: ((vue, options) => void)
      • (vue, options): void
      • Parameters

        • vue: any
        • options: any

        Returns void

Version :