querycollectionparams

@nishans/types / Exports / QueryCollectionParams

Interface: QueryCollectionParams#

Hierarchy#

  • QueryCollectionParams

Index#

Properties#

Properties#

collectionId#

• collectionId: string

Defined in: endpoints.ts:222


collectionViewId#

• collectionViewId: string

Defined in: endpoints.ts:223


loader#

• loader: { limit?: undefined | number ; loadContentCover: boolean ; searchQuery?: undefined | string ; type: table ; userTimeZone?: undefined | string }

Type declaration:#

NameType
limit?undefined | number
loadContentCoverboolean
searchQuery?undefined | string
typetable
userTimeZone?undefined | string

Defined in: endpoints.ts:236


query#

• query: { aggregate?: undefined | { aggregation_type: TViewAggregationsAggregators ; id: string ; property: string ; type: TSchemaUnitType ; view_type: TViewType }[] ; aggregations?: undefined | ViewAggregations[] ; filter?: undefined | IViewFilter ; sort?: undefined | ViewSorts[] }

Type declaration:#

NameType
aggregate?undefined | { aggregation_type: TViewAggregationsAggregators ; id: string ; property: string ; type: TSchemaUnitType ; view_type: TViewType }[]
aggregations?undefined | ViewAggregations[]
filter?undefined | IViewFilter
sort?undefined | ViewSorts[]

Defined in: endpoints.ts:224