Skip to main content

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

PropertyModifiersTypeDescription
groups?ViewOptionsEntry<ViewGroupAngularOptions>(Optional)
nodes?ViewOptionsEntry<ViewNodeAngularOptions>(Optional)
ports?ViewOptionsEntry<ViewPortAngularOptions>(Optional)