React Hookers - v6.3.0
    Preparing search index...

    Interface VirtualItem

    An item rendered by the useVirtualizer hook.

    interface VirtualItem {
        index: number;
        ref: RefObject<Element | null>;
    }
    Index

    Properties

    Properties

    index: number

    The item index.

    ref: RefObject<Element | null>

    A ref that must be added to an element associated with the item.