Home > @jsplumbtoolkit/browser-ui-angular > AngularViewOptions
AngularViewOptions interface
Extension of view options that allows for Angular components to be mapped to node, group and port types.
Signature:
export interface AngularViewOptions extends SurfaceViewOptions
Extends: SurfaceViewOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| groups? | ViewOptionsEntry<ViewGroupAngularOptions> | (Optional) | |
| nodes? | ViewOptionsEntry<ViewNodeAngularOptions> | (Optional) | |
| ports? | ViewOptionsEntry<ViewPortAngularOptions> | (Optional) |