Interface AngularViewOptions

Extension of view options that allows for Angular components to be mapped to node, group and port types.

interface AngularViewOptions {
    edges?: ViewOptionsEntry<ViewEdgeOptions>;
    groups?: ViewOptionsEntry<ViewGroupAngularOptions>;
    nodes?: ViewOptionsEntry<ViewNodeAngularOptions>;
    ports?: ViewOptionsEntry<ViewPortAngularOptions>;
}

Hierarchy

  • SurfaceViewOptions
    • AngularViewOptions

Properties

edges?: ViewOptionsEntry<ViewEdgeOptions>

Optional mapping of edges view options

groups?: ViewOptionsEntry<ViewGroupAngularOptions>

Group mappings for the view.

nodes?: ViewOptionsEntry<ViewNodeAngularOptions>

Node mappings for the view.

ports?: ViewOptionsEntry<ViewPortAngularOptions>

Port mappings for the view.

Version :