Preparing search index...
The search index is not available
@just4/virtual-list
@just4/virtual-list
types
InitialResponse
InterfaceInitialResponse<ItemType>
初始响应。
interface
InitialResponse
<
ItemType
>
{
data
:
undefined
|
null
|
ItemType
[]
;
reachedFootBoundary
?:
boolean
;
reachedHeadBoundary
?:
boolean
;
}
Type Parameters
ItemType
extends
object
Index
Properties
data
reached
Foot
Boundary?
reached
Head
Boundary?
Properties
data
data
:
undefined
|
null
|
ItemType
[]
数据。
Optional
reached
Foot
Boundary
reached
Foot
Boundary
?:
boolean
是否为最后一页数据。
Optional
reached
Head
Boundary
reached
Head
Boundary
?:
boolean
是否为第一页数据。
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
reached
Foot
Boundary
reached
Head
Boundary
@just4/virtual-list
Loading...
初始响应。