Home > @jsplumbtoolkit/browser-ui > BrowserUI
BrowserUI class
Concrete instance of JsPlumbToolkit that uses the templates-2
package as its renderer.
Signature:
export declare class BrowserUI extends BrowserUIBase
Extends: BrowserUIBase
Methods
Method | Modifiers | Description |
---|---|---|
render(container, options, templateRenderer) | Configures the given element as a Surface, registering it so that it reflects any changes to the underlying data. If there is any data in the Toolkit at the time of this call it is rendered; any data subsequently loaded is automatically rendered. You can supply layout arguments to this method (layout type + layout specific parameters), as well as jsPlumb rules for endpoints, paint styles etc. |