API Reference > ui-framework > Picker > ListPickerBase ListPickerBase Class Beta List picker base class. Used to provide an expandable list of items to enable/disable items. Extends PureComponent<ListPickerProps, ListPickerState> Methods Name Description constructor(props: any): ListPickerBase Creates a ListPickerBase getExpandedContent(): ReactNode Returns the list with the items isExpanded(): boolean Checks if ExpandableItem is expanded. minimize(): void Minimizes the expandable component. render(): Element Renders ListPickerBase Defined in ui/framework/src/ui-framework/pickers/ListPicker.tsx Line 230 Last Updated: 11 June, 2024