Virtual Scrolling List

Accepts props defined by VirtualListProps. Refs are forwarded to VirtualListProxy. You must pass a single instance of DisplayListItem as a child.

Properties

$$typeof: symbol
defaultProps?: Partial<VirtualListProps & RefAttributes<VirtualListProxy>>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<
    VirtualListProps & RefAttributes<VirtualListProxy>,
>