ListPickerProps Interface
Properties for the ListPicker component
Properties
| Name | Type | Description | |
|---|---|---|---|
| expanded | boolean | undefined | ||
| icon | React.ReactNode | undefined | ||
| iconSpec | React.ReactNode | undefined | Deprecated | |
| items | ListItem[] | ||
| onExpanded | (expand: boolean) => void | undefined | ||
| onSearchValueChange | (search: string) => void | undefined | ||
| onSizeKnown | (size: SizeProps) => void | undefined | ||
| panelOnly | boolean | undefined | ||
| searchBox | boolean | undefined | ||
| setEnabled | (item: ListItem, enabled: boolean) => any | ||
| title | string | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.