Home > @jsplumbtoolkit/browser-ui-vanilla-2
browser-ui-vanilla-2 package
Classes
| Class | Description |
|---|---|
| BrowserUI | Concrete instance of JsPlumbToolkit that uses the templates-2 package as its renderer. |
Functions
| Function | Description |
|---|---|
| ingest(params) | Ingests an existing jsPlumb instance into a new Toolkit instance, and turns the instance's Container into a Surface. Every element that is the source or target of a Connection is added to the Toolkit instance as a Node, and every Connection is added as an Edge. You can provide your own functions for determining the When you ingest an existing jsPlumb instance, its |
| newInstance(options) | |
| ready(f) |
Interfaces
| Interface | Description |
|---|---|
| CustomTagDefinition | Custom tags let you define your own tags and attach behaviour to them. |
| JsPlumbToolkitGlobal | |
| VanillaSurfaceRenderOptions | Constructor options for the BrowserUI class. |