Skip to content

Latest commit

 

History

History
193 lines (94 loc) · 1.57 KB

File metadata and controls

193 lines (94 loc) · 1.57 KB

ILIB_ExtendLibrarySearchResult interface

外部库搜索结果

Signature

interface ILIB_ExtendLibrarySearchResult<T> 

Properties

Property

Modifiers

Type

Description

count

number

总条目数

lists

Array<T>

结果列表

page

number

当前页数

pageSize

number

单页条目数

totalPage

number

总页数


属性详情

count

ILIB_ExtendLibrarySearchResult.count property

总条目数

Signature

count: number;

lists

ILIB_ExtendLibrarySearchResult.lists property

结果列表

Signature

lists: Array<T>;

page

ILIB_ExtendLibrarySearchResult.page property

当前页数

Signature

page: number;

pagesize

ILIB_ExtendLibrarySearchResult.pageSize property

单页条目数

Signature

pageSize: number;

totalpage

ILIB_ExtendLibrarySearchResult.totalPage property

总页数

Signature

totalPage: number;