rune-langium / visual-editor/src / AstNodeShape
Interface: AstNodeShape
Defined in: packages/visual-editor/src/types.ts:42
Structural constraint matching Langium's AstNode interface. Used instead of importing langium directly (it's not a visual-editor dependency).
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
$container? | readonly | AstNodeShape | packages/visual-editor/src/types.ts:44 |
$containerIndex? | readonly | number | packages/visual-editor/src/types.ts:46 |
$containerProperty? | readonly | string | packages/visual-editor/src/types.ts:45 |
$cstNode? | readonly | unknown | packages/visual-editor/src/types.ts:47 |
$document? | readonly | unknown | packages/visual-editor/src/types.ts:48 |
$type | readonly | string | packages/visual-editor/src/types.ts:43 |