ng-xtend API documentation
    Preparing search index...

    Interface DontCodeReportType<T>

    Defines a report configuration including grouping, sorting, and display settings.

    interface DontCodeReportType<T> {
        as?: { [key: string]: DontCodeReportDisplayType };
        for: string;
        groupedBy?: { [key: string]: XtGroupBy<T> };
        sortedBy?: { [key: string]: XtSortBy<T> };
        title: string;
    }

    Type Parameters

    • T
    Index

    Properties

    as?: { [key: string]: DontCodeReportDisplayType }
    for: string
    groupedBy?: { [key: string]: XtGroupBy<T> }
    sortedBy?: { [key: string]: XtSortBy<T> }
    title: string