Prop | Default | Type |
---|---|---|
estimateSize | number Estimated size (in px) of each item | |
options* | AcceptableValue[] List of items | |
overscan | number Number of items rendered outside the visible area | |
textContent | ((option: AcceptableValue) => string) Text content for each item to achieve type-ahead feature |
Slots (default) | Payload |
---|---|
option | null | string | number | bigint | Record<string, any> |
virtualizer | Virtualizer<HTMLElement, Element> |
virtualItem | VirtualItem |