rune-langium / visual-editor/src / TypeSelectorTriggerProps
Interface: TypeSelectorTriggerProps
Defined in: packages/visual-editor/src/components/editors/TypeSelector.tsx:50
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
disabled | boolean | Whether the selector is disabled. | packages/visual-editor/src/components/editors/TypeSelector.tsx:60 |
onToggle | () => void | Toggle the popover. | packages/visual-editor/src/components/editors/TypeSelector.tsx:58 |
open | boolean | Whether the popover is open. | packages/visual-editor/src/components/editors/TypeSelector.tsx:56 |
placeholder | string | Placeholder text. | packages/visual-editor/src/components/editors/TypeSelector.tsx:54 |
selected | TypeOption | null | Currently selected option, or null. | packages/visual-editor/src/components/editors/TypeSelector.tsx:52 |