@microsoft/fast-foundation > ListboxOption > (constructor)
ListboxOption.(constructor)
Constructs a new instance of the ListboxOption
class
constructor(text?: string, value?: string, defaultSelected?: boolean, selected?: boolean);
Parameters
Parameter | Type | Description |
---|---|---|
text | string | |
value | string | |
defaultSelected | boolean | |
selected | boolean |