rune-langium / visual-editor/src / RuneTypeGraphProps
Interface: RuneTypeGraphProps
Defined in: packages/visual-editor/src/types.ts:502
Props for the RuneTypeGraph React component.
Remarks
config and callbacks are both optional. When omitted, the graph renders in read-only mode with default layout and styling.
See
Properties
| Property | Type | Defined in |
|---|---|---|
callbacks? | RuneTypeGraphCallbacks | packages/visual-editor/src/types.ts:504 |
className? | string | packages/visual-editor/src/types.ts:505 |
config? | RuneTypeGraphConfig | packages/visual-editor/src/types.ts:503 |