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:Name | Type |
---|---|
limit? | undefined | number |
loadContentCover | boolean |
searchQuery? | undefined | string |
type | table |
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:Name | Type |
---|---|
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