rune-langium / visual-editor/src / NamespaceTypeEntry
Interface: NamespaceTypeEntry
Defined in: packages/visual-editor/src/types.ts:556
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
isSystem? | boolean | Whether this entry is from a system/base-type file (read-only). | packages/visual-editor/src/types.ts:561 |
kind | TypeKind | - | packages/visual-editor/src/types.ts:559 |
name | string | - | packages/visual-editor/src/types.ts:558 |
nodeId | string | - | packages/visual-editor/src/types.ts:557 |