vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface ReportGrouping

    interface ReportGrouping {
        aggregateType?: ReportAggrType;
        dateGranularity?: UserDateGranularity;
        field: string;
        sortByName?: string;
        sortOrder: SortOrder;
        sortType?: ReportSortType;
    }
    Index

    Properties

    aggregateType?: ReportAggrType
    dateGranularity?: UserDateGranularity
    field: string
    sortByName?: string
    sortOrder: SortOrder
    sortType?: ReportSortType