rune-langium / visual-editor/src / VisibilityState
Interface: VisibilityState
Defined in: packages/visual-editor/src/types.ts:564
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
expandedNamespaces | Set<string> | Namespaces whose types are currently visible on the graph. | packages/visual-editor/src/types.ts:566 |
explorerOpen | boolean | Whether the explorer panel is open. | packages/visual-editor/src/types.ts:570 |
hiddenNodeIds | Set<string> | Individual nodes hidden within expanded namespaces. | packages/visual-editor/src/types.ts:568 |
visibleEdgeKinds | Set<EdgeKind> | Which edge kinds are visible (all visible by default). | packages/visual-editor/src/types.ts:574 |
visibleNodeKinds | Set<TypeKind> | Which node kinds are visible (all visible by default). | packages/visual-editor/src/types.ts:572 |