Preparing search index...
The search index is not available
Ⓙ Jike SDK
Ⓙ Jike SDK
index
ApiOptions
PaginationOption
Interface PaginationOption<T>
Description
分页选项
interface
PaginationOption
<
T
>
{
limit
?:
number
;
loadMoreKey
?:
Partial
<
T
>
;
}
Type Parameters
T
=
Record
<
string
,
any
>
Hierarchy (
view full
)
PaginationOption
ListPrimaryCommentOption
ListRecommendFeedOption
Index
Properties
limit?
load
More
Key?
Properties
Optional
limit
limit
?:
number
Description
最大记录数
Default
10
Copy
Optional
load
More
Key
load
More
Key
?:
Partial
<
T
>
上一页的
loadMoreKey
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
limit
load
More
Key
Ⓙ Jike SDK
Loading...
Description
分页选项