rune-langium / visual-editor/src / ChoiceFormProps
Interface: ChoiceFormProps
Defined in: packages/visual-editor/src/components/editors/ChoiceForm.tsx:74
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
actions | ChoiceFormActions | Choice-specific editor form action callbacks. | packages/visual-editor/src/components/editors/ChoiceForm.tsx:82 |
allNodeIds? | string[] | All loaded graph node IDs for resolving type name to node ID. | packages/visual-editor/src/components/editors/ChoiceForm.tsx:86 |
availableTypes | TypeOption[] | Available type options for selectors. | packages/visual-editor/src/components/editors/ChoiceForm.tsx:80 |
data | AnyGraphNode | Data payload for the selected choice node (AnyGraphNode with $type='Choice'). | packages/visual-editor/src/components/editors/ChoiceForm.tsx:78 |
nodeId | string | Node ID of the Choice being edited. | packages/visual-editor/src/components/editors/ChoiceForm.tsx:76 |
onNavigateToNode? | NavigateToNodeCallback | Callback to navigate to a type's graph node. | packages/visual-editor/src/components/editors/ChoiceForm.tsx:84 |