{"meta":"","api":"<h2 id=\"API\">API <a class=\"header-anchor scroll-count-item\" href=\"#API\" data-scroll-id=\"API\">#</a></h2>\n<h3 id=\"Virtual List\">VirtualList <a class=\"header-anchor scroll-count-item\" href=\"#Virtual List\" data-scroll-id=\"Virtual List\">#</a></h3>\n<table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Description</th>\n<th>Type</th>\n<th>Default Value</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>children</td>\n<td>Children of the virtual list component</td>\n<td>React.ReactElement | Array&lt;React.ReactElement | undefined | null&gt;</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>minSize</td>\n<td>The minimum number of items to be loaded</td>\n<td>number</td>\n<td>1</td>\n<td></td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>The number of items to be rendered in one screen</td>\n<td>number</td>\n<td>10</td>\n<td></td>\n</tr>\n<tr>\n<td>itemsRenderer</td>\n<td>The parent render function</td>\n<td>(<br> items: React.ReactNodeArray,<br> ref: (instance: React.ReactInstance | null) =&gt; React.ReactInstance | null<br> ) =&gt; React.ReactNode</td>\n<td><code>(items, ref) =&gt; &lt;ul ref={ref}&gt;{items}&lt;/ul&gt;</code></td>\n<td></td>\n</tr>\n<tr>\n<td>threshold</td>\n<td>The height of the buffer</td>\n<td>number</td>\n<td>100</td>\n<td></td>\n</tr>\n<tr>\n<td>itemSizeGetter</td>\n<td>The function to get the height of the item</td>\n<td>(index?: number) =&gt; void</td>\n<td>-</td>\n<td></td>\n</tr>\n<tr>\n<td>jumpIndex</td>\n<td>Set the jump position, need to set itemSizeGetter to take effect, if not set, the element is assumed to be of equal height and the height of the first element is taken as the default height</td>\n<td>number</td>\n<td>0</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n"}