- CacheSnapshot
- ScrollToIndexOpts
- VListProps
- VListHandle
- WVListProps
- WVListHandle
- VGridProps
- VGridHandle
- CustomCellComponentProps
- CustomViewportComponentProps
- CustomItemComponentProps
- ScrollToIndexAlign
- CustomCellComponent
- ViewportComponentAttributes
- CustomViewportComponent
- CustomItemComponent
▸ VList(props
): ReactNode
Virtualized list component. See VListProps and VListHandle.
Name | Type |
---|---|
props |
VListProps & RefAttributes <VListHandle > |
ReactNode
node_modules/@types/react/index.d.ts:395
▸ WVList(props
): ReactNode
Virtualized list component controlled by the window scrolling. See WVListProps and WVListHandle.
Name | Type |
---|---|
props |
WVListProps & RefAttributes <WVListHandle > |
ReactNode
node_modules/@types/react/index.d.ts:395
▸ experimental_VGrid(props
): ReactNode
Virtualized grid component. See VGridProps and VGridHandle.
Name | Type |
---|---|
props |
VGridProps & RefAttributes <VGridHandle > |
ReactNode
node_modules/@types/react/index.d.ts:395
Ƭ ScrollToIndexAlign: "start"
| "center"
| "end"
| "nearest"
Ƭ CustomCellComponent: React.ForwardRefExoticComponent
<React.PropsWithoutRef
<CustomCellComponentProps
> & React.RefAttributes
<any
>>
Ƭ ViewportComponentAttributes: Pick
<React.HTMLAttributes
<HTMLElement
>, "className"
| "style"
| "id"
| "role"
| "tabIndex"
| "onKeyDown"
> & React.AriaAttributes
Ƭ CustomViewportComponent: typeof Viewport
Ƭ CustomItemComponent: React.ForwardRefExoticComponent
<React.PropsWithoutRef
<CustomItemComponentProps
> & React.RefAttributes
<any
>>