Variable JsPlumbToolkitVue3PluginConst

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

The Toolkit's Vue3 integration plugin. See documentation for details.

Type declaration

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

        • vue: any
        • options: any

        Returns void

Version :