Skip to content

rune-langium / visual-editor/src / VisibilityState

Interface: VisibilityState

Defined in: packages/visual-editor/src/types.ts:564

Properties

PropertyTypeDescriptionDefined in
expandedNamespacesSet<string>Namespaces whose types are currently visible on the graph.packages/visual-editor/src/types.ts:566
explorerOpenbooleanWhether the explorer panel is open.packages/visual-editor/src/types.ts:570
hiddenNodeIdsSet<string>Individual nodes hidden within expanded namespaces.packages/visual-editor/src/types.ts:568
visibleEdgeKindsSet<EdgeKind>Which edge kinds are visible (all visible by default).packages/visual-editor/src/types.ts:574
visibleNodeKindsSet<TypeKind>Which node kinds are visible (all visible by default).packages/visual-editor/src/types.ts:572

Core packages released under MIT. Studio app released under FSL-1.1-ALv2.