ng-xtend API documentation
    Preparing search index...

    Type Alias XtGroupByAggregate<T>

    Defines a single aggregate operation within a group-by configuration.

    type XtGroupByAggregate<T> = {
        label?: string;
        of: keyof T;
        operation: XtGroupByOperation;
    }

    Type Parameters

    • T

    Implemented by

    Index

    Properties

    Properties

    label?: string
    of: keyof T