Interface IListPickerProps<RowData>
Properties
Optionalfeatures
features?: | string[] | Record<string, Value> | () => string[] | Record<string, Value> minHeight
minHeight: number
onChange
onChange: (data: null | RowId[]) => void Optionalpayload
payload?: any
selectedRows
selectedRows: null | RowId[]
Represents the props for the IListPicker component.