Home > @jsplumbtoolkit/browser-ui > ViewNodeOptions
ViewNodeOptions interface
The mapping for the definition of a node inside a view.
Signature:
export interface ViewNodeOptions extends ViewNodeOrPortOptions
Extends: ViewNodeOrPortOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
defaultSize? | Size | (Optional) Optional default size to use for the vertex. This is not used to set the size in the DOM for a vertex - it is used to insert width and height values into the backing data for any vertex of this type that does not have them set. |