Skip to main content

Interface: CustomPageParams

types/customPage.CustomPageParams

CustomPageParams interface

Hierarchy

Properties

active

Optional active: boolean

Filter using field active (only if user is administrator or editor).

Defined in

types/customPage.ts:10


limit

Optional limit: number

Number of results to return per page.

Inherited from

BaseGetParams.limit

Defined in

types/baseParams.ts:9


offset

Optional offset: number

The initial index from which to return the results.

Inherited from

BaseGetParams.offset

Defined in

types/baseParams.ts:13