Lime Web Components API Documentation - v7.2.0
Preparing search index...
QueryResponseFormat
Interface QueryResponseFormat
Shape describing which fields a
Query
should return.
interface
QueryResponseFormat
{
aggregates
?:
Record
<
string
,
AggregateGroup
>
;
object
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
aggregates?
object?
Properties
Optional
aggregates
aggregates
?:
Record
<
string
,
AggregateGroup
>
Optional
object
object
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Alpha
Beta
Internal
Theme
OS
Light
Dark
On This Page
Properties
aggregates
object
Lime Web Components API Documentation - v7.2.0
Loading...
Shape describing which fields a Query should return.