Skip to main content

Interface: CustomAdvParams

types/customAdv.CustomAdvParams

CustomAdvParams interface

Hierarchy

Properties

active

Optional active: boolean

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

Defined in

types/customAdv.ts:19


category

Optional category: string

Filter using field category.

Defined in

types/customAdv.ts:15


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


position

Optional position: string

Filter using field position.

Defined in

types/customAdv.ts:11


Optional search: string

A search term.

Inherited from

BaseSearchParams.search

Defined in

types/baseParams.ts:24