ListboxRegisteredOption
Signature
interface ListboxRegisteredOption {
disabled?: boolean
hidden: boolean
id: string
label: string
node: HTMLElement
textValue?: SearchValue
value: string
}
interface ListboxRegisteredOption {
disabled?: boolean
hidden: boolean
id: string
label: string
node: HTMLElement
textValue?: SearchValue
value: string
}