AngularViewOptions
Extension of view options that allows for Angular components to be mapped to node, group and port types.
Extends
ViewSpec<BrowserElement>
Properties
groups?
optionalgroups:Record<string,AngularGroupMapping>
Group mappings for the view.
Overrides
ViewSpec.groups
nodes?
optionalnodes:Record<string,AngularNodeMapping>
Node mappings for the view.
Overrides
ViewSpec.nodes
ports?
optionalports:Record<string,AngularPortMapping>
Port mappings for the view.
Overrides
ViewSpec.ports