- Preparing search index...
- The search index is not available
@fold-dev/core
Type alias SelectListProps
SelectListProps: { as?: "default" | "virtual"; cursor?: number; footer?: ReactElement | null; header?: ReactElement | null; noFocus?: boolean; noOptionsComponent?: any; onCursorUpdate?: any; onOptionClick?: any; optionComponent?: any; options?: SelectOption[]; selected?: (string | number)[]; virtualProps?: SelectListVirtual; } & CoreViewProps
Type declaration
-
Optional
as?: "default" | "virtual"
-
Optional
cursor?: number
-
Optional
footer?: ReactElement | null
-
Optional
header?: ReactElement | null
-
Optional
noFocus?: boolean
-
Optional
noOptionsComponent?: any
-
Optional
onCursorUpdate?: any
-
Optional
onOptionClick?: any
-
Optional
optionComponent?: any
-
-
Optional
selected?: (string | number)[]
-