Lime Web Components API Documentation - v6.24.0
    Preparing search index...

    Interface AggregateProperty

    interface AggregateProperty {
        filter?: string;
        key: string;
        name: string;
        operator: AggregateOperator;
    }
    Index

    Properties

    filter?: string

    Name of the filter to use when aggregating the values

    key: string

    Key of the property on the response object

    name: string

    Nested path to the property to aggregate on

    The operator to use when aggregating the values