Function VirtualListBox

A virtual list box component that renders a list of items in a virtualized manner.

The props object.

The class name to apply to the list box container.

The children to render within the list box.

The role attribute value for the list box container.

The ref object for accessing the underlying HTMLDivElement.

The rendered list box component.

  • NOTE: Exotic components are not callable.

    Parameters

    • props: IVirtualListBoxProps & RefAttributes<HTMLDivElement>

    Returns null | ReactElement<any, string | JSXElementConstructor<any>>

Properties

$$typeof: symbol
defaultProps?: Partial<IVirtualListBoxProps & RefAttributes<HTMLDivElement>>
displayName?: string
propTypes?: WeakValidationMap<IVirtualListBoxProps & RefAttributes<HTMLDivElement>>