Skip to main content

Interface: FeatureParams

types/feature.FeatureParams

FeatureParams interface

Hierarchy

Properties

limit

Optional limit: number

Number of results to return per page.

Inherited from

BaseSearchParams.limit

Defined in

types/baseParams.ts:9


name

Optional name: string

Filter using field name.

Defined in

types/feature.ts:10


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