Skip to content

Documentation / joplin-api / PageParam

Interface: PageParam<T>

Type Parameters

T

Properties

limit?

optional limit: number

Defined in

model/PageData.ts:3


order_by?

optional order_by: keyof T

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

Released under the MIT License.