Skip to main content

Interface: FeedParams

types/feed.FeedParams

BaseGetParams interface

Hierarchy

Properties

limit

Optional limit: number

Number of results to return per page.

Inherited from

BaseGetParams.limit

Defined in

types/baseParams.ts:9


offset

Optional offset: number

The initial index from which to return the results.

Inherited from

BaseGetParams.offset

Defined in

types/baseParams.ts:13


ordering

Optional ordering: string

The ordering of the feed. Default to home_stream_order_by community option. Other values: 'recent' 'last_activity'

Defined in

types/feed.ts:10