Skip to content

Documentation / joplin-api / PageRes

Interface: PageRes<T>

分页返回数据

https://joplinapp.org/api/references/rest_api/#pagination

Type Parameters

T

Properties

has_more

has_more: boolean

Defined in

model/PageData.ts:13


items

items: T[]

Defined in

model/PageData.ts:14

Released under the MIT License.