Lime Web Components API Documentation - v7.4.0
    Preparing search index...

    Interface QueryResponseFormat

    Shape describing which fields a Query should return.

    interface QueryResponseFormat {
        aggregates?: Record<string, AggregateGroup>;
        object?: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    aggregates?: Record<string, AggregateGroup>

    Aggregate calculations to perform, keyed by group name.

    object?: Record<string, unknown>

    Object properties to include in the response. Each key names a property to return.