Skip to main content

Interface: CategoryParams

types/category.CategoryParams

CategoryParams interface

Hierarchy

Properties

active

Optional active: boolean

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

Defined in

types/category.ts:11


deleted

Optional deleted: boolean

Filter using field deleted (only if user is administrator).

Defined in

types/category.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


Optional search: string

A search term.

Inherited from

BaseSearchParams.search

Defined in

types/baseParams.ts:24