rune-langium / visual-editor/src / AnyGraphNode
Type Alias: AnyGraphNode
ts
type AnyGraphNode =
| GraphNode<Data>
| GraphNode<Choice>
| GraphNode<RosettaEnumeration>
| GraphNode<RosettaFunction>
| GraphNode<RosettaRecordType>
| GraphNode<RosettaTypeAlias>
| GraphNode<RosettaBasicType>
| GraphNode<Annotation>;Defined in: packages/visual-editor/src/types.ts:150
Union of all GraphNode variants for top-level elements.