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 nameshideOrphans— remove nodes with no edges (types not referenced by any other type)
Properties
| Property | Type | Defined in |
|---|---|---|
hideOrphans? | boolean | packages/visual-editor/src/types.ts:393 |
kinds? | TypeKind[] | packages/visual-editor/src/types.ts:391 |
namePattern? | string | packages/visual-editor/src/types.ts:392 |
namespaces? | string[] | packages/visual-editor/src/types.ts:390 |