Skip to main content

AngularViewOptions

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

Extends

  • ViewSpec<BrowserElement>

Properties

groups?

optional groups: Record<string, AngularGroupMapping>

Group mappings for the view.

Overrides

ViewSpec.groups


nodes?

optional nodes: Record<string, AngularNodeMapping>

Node mappings for the view.

Overrides

ViewSpec.nodes


ports?

optional ports: Record<string, AngularPortMapping>

Port mappings for the view.

Overrides

ViewSpec.ports