Skip to main content

ViewSpec

Mappings of vertex/edge types to their rendering and behaviour.

Type Parameters

EL

EL

Properties

edges?

optional edges: Record<string, EdgeMapping>

Edge mappings for the view.


groups?

optional groups: Record<string, GroupMapping<EL>>

Group mappings for the view.


nodes?

optional nodes: Record<string, NodeMapping<EL>>

Node mappings for the view.


ports?

optional ports: Record<string, PortMapping<EL>>

Port mappings for the view.