Skip to content

rune-langium / visual-editor/src / TypeSelectorPopoverProps

Interface: TypeSelectorPopoverProps

Defined in: packages/visual-editor/src/components/editors/TypeSelector.tsx:63

Properties

PropertyTypeDescriptionDefined in
allowClearbooleanWhether to show a "None" clear option.packages/visual-editor/src/components/editors/TypeSelector.tsx:73
groupsTypeSelectorGroup[]Grouped and filtered options ready for rendering.packages/visual-editor/src/components/editors/TypeSelector.tsx:65
onSearchChange(query) => voidUpdate the search query.packages/visual-editor/src/components/editors/TypeSelector.tsx:69
onSelect(value) => voidHandle option selection.packages/visual-editor/src/components/editors/TypeSelector.tsx:71
searchQuerystringCurrent search query.packages/visual-editor/src/components/editors/TypeSelector.tsx:67
selectedValuestring | nullThe currently selected value.packages/visual-editor/src/components/editors/TypeSelector.tsx:75

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