Skip to content

rune-langium / visual-editor/src / ChoiceFormProps

Interface: ChoiceFormProps

Defined in: packages/visual-editor/src/components/editors/ChoiceForm.tsx:74

Properties

PropertyTypeDescriptionDefined in
actionsChoiceFormActionsChoice-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
availableTypesTypeOption[]Available type options for selectors.packages/visual-editor/src/components/editors/ChoiceForm.tsx:80
dataAnyGraphNodeData payload for the selected choice node (AnyGraphNode with $type='Choice').packages/visual-editor/src/components/editors/ChoiceForm.tsx:78
nodeIdstringNode ID of the Choice being edited.packages/visual-editor/src/components/editors/ChoiceForm.tsx:76
onNavigateToNode?NavigateToNodeCallbackCallback to navigate to a type's graph node.packages/visual-editor/src/components/editors/ChoiceForm.tsx:84

Core packages released under MIT. Studio app released under FSL-1.1-ALv2.