Skip to main content

Interface: CustomPageSearchParams

types/customPage.CustomPageSearchParams

CustomPageSearchParams interface

Hierarchy

Properties

active

Optional active: boolean

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

Inherited from

CustomPageParams.active

Defined in

types/customPage.ts:10


limit

Optional limit: number

Number of results to return per page.

Inherited from

BaseSearchParams.limit

Defined in

types/baseParams.ts:9


offset

Optional offset: number

The initial index from which to return the results.

Inherited from

BaseSearchParams.offset

Defined in

types/baseParams.ts:13


Optional search: string

A search term.

Inherited from

BaseSearchParams.search

Defined in

types/baseParams.ts:24