Skip to content

rune-langium / visual-editor/src / GraphFilters

Interface: GraphFilters

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

Visibility filter state for the type graph.

Config

  • namespaces — only show types from the listed namespaces (e.g., ["com.isda.cdm.product"])
  • kinds — restrict to specific node types ("data", "choice", "enum", "function")
  • namePattern — case-insensitive substring or glob match against type names
  • hideOrphans — remove nodes with no edges (types not referenced by any other type)

Properties

PropertyTypeDefined in
hideOrphans?booleanpackages/visual-editor/src/types.ts:393
kinds?TypeKind[]packages/visual-editor/src/types.ts:391
namePattern?stringpackages/visual-editor/src/types.ts:392
namespaces?string[]packages/visual-editor/src/types.ts:390

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