Skip to main content

Interface: ReactionParams

types/reaction.ReactionParams

ReactionParams interface

Hierarchy

Properties

active

Optional active: boolean

Filter using field active.

Defined in

types/reaction.ts:11


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


ordering

Optional ordering: string

Which field to use when ordering the results.

Defined in

types/reaction.ts:15


Optional search: string

A search term.

Inherited from

BaseSearchParams.search

Defined in

types/baseParams.ts:24