Documentation / joplin-api / PageParam
Interface: PageParam<T>
Defined in: model/PageData.ts:1
Type Parameters
• T
Properties
limit?
optional
limit:number
Defined in: model/PageData.ts:3
order_by?
optional
order_by: keyofT
Defined in: model/PageData.ts:4
order_dir?
optional
order_dir:"ASC"
|"DESC"
Defined in: model/PageData.ts:5
page?
optional
page:number
Defined in: model/PageData.ts:2