Preparing search index...
The search index is not available
zc-js-utils
zc-js-utils
utils/PageLoad
PageLoad
Class PageLoad<TItem>
Type Parameters
TItem
Index
Constructors
constructor
Properties
key
on
Finished
on
Load
stop
Page
Load
Methods
load
on
Start
Constructors
constructor
new
Page
Load
<
TItem
>
(
)
:
PageLoad
<
TItem
>
Type Parameters
TItem
Returns
PageLoad
<
TItem
>
Properties
key
key
:
string
= ""
on
Finished
on
Finished
:
(
(
)
=>
void
)
= ...
当加载完成时
on
Load
on
Load
:
(
(
retItems
:
PageLoadResult
<
TItem
>
)
=>
void
)
= ...
当获取到数据时
stop
Page
Load
stop
Page
Load
:
boolean
= false
Methods
load
load
<
T
>
(
option
)
:
Promise
<
void
>
开始加载
Type Parameters
T
Parameters
option
:
PageLoadOption
<
T
,
TItem
>
Returns
Promise
<
void
>
on
Start
on
Start
(
)
:
void
当分页加载开始时
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
key
on
Finished
on
Load
stop
Page
Load
Methods
load
on
Start
zc-js-utils
Loading...
当加载完成时