Home > @jsplumbtoolkit/browser-ui-vue3 > newInstance
newInstance() function
Create a new instance of the Toolkit to use with the Vue 3 integration.
Signature:
export declare function newInstance(options?: JsPlumbToolkitOptions): BrowserUIVue3;
Parameters
| Parameter | Type | Description |
|---|---|---|
| options | JsPlumbToolkitOptions | Options for the Toolkit instance. |
Returns: