Home > @jsplumbtoolkit/browser-ui-angular > ViewNodeAngularOptions
ViewNodeAngularOptions interface
Extension of node definition in a view that adds component.
Signature:
export interface ViewNodeAngularOptions extends ViewNodeOptions
Extends: ViewNodeOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| component? | any | (Optional) Reference to the Angular component class used to render this node type. |