rune-langium / visual-editor/src / GraphMetadata
Interface: GraphMetadata
Defined in: packages/visual-editor/src/types.ts:116
Indexable
ts
[key: string]: unknownRequired for ReactFlow compatibility: Node<T> requires T extends Record<string, unknown>
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
comments? | string | UI-only annotation (not from AST). | packages/visual-editor/src/types.ts:123 |
errors | ValidationError[] | - | packages/visual-editor/src/types.ts:119 |
hasExternalRefs | boolean | - | packages/visual-editor/src/types.ts:121 |
isReadOnly? | boolean | - | packages/visual-editor/src/types.ts:120 |
namespace | string | - | packages/visual-editor/src/types.ts:117 |
position | { x: number; y: number; } | - | packages/visual-editor/src/types.ts:118 |
position.x | number | - | packages/visual-editor/src/types.ts:118 |
position.y | number | - | packages/visual-editor/src/types.ts:118 |