ListBodyProps
__type(index: number,options: ): void
Properties
(Mandatory properties are in bold)| Properties | Type | Description | 
|---|---|---|
| align | start | center | end | auto | |
| controller | CollectionProxy<T, I, S, C> | |
| items | ||
| service | C | |
| state | S | |
| bodyRef | React.RefObject<HTMLDivElement> | |
| className | string | |
| ItemComponent | FC<ListItemProps<T, I>> | |
| ItemContentComponent | FC<ListItemProps<T, I>> | |
| ItemLoadingComponent | FC | |
| ListComponent | FC<StandardListProps<T, I>> | |
| parentRef | React.RefObject<HTMLDivElement> | |
| scrollToIndex | ||
| style | React.CSSProperties | |
| totalSize | number | |
| virtualItems | ||
| VirtualListComponent | FC<VirtualListProps<T, I>> |