Variable InspectorPluginConst

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

Utilities for working with inspectors. This plugin contains a single component - jsplumb-edge-type-picker - that you can use to embed an edge type picker in your UI.

Type declaration

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

        • vue: any
        • options: any

        Returns void

Version :