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

interface AngularViewOptions {
    edges?: ViewOptionsEntry<ViewEdgeOptions>;
}

Hierarchy

  • SurfaceViewOptions
    • AngularViewOptions

Properties

Properties

edges?: ViewOptionsEntry<ViewEdgeOptions>

Optional mapping of edges view options

Version :