Skip to main content

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

ParameterTypeDescription
optionsJsPlumbToolkitOptionsOptions for the Toolkit instance.

Returns:

BrowserUIVue3