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

    Interface ReportColumn

    interface ReportColumn {
        aggregateTypes?: ReportSummaryType[];
        field: string;
        reverseColors?: boolean;
        showChanges?: boolean;
    }
    Index

    Properties

    aggregateTypes?: ReportSummaryType[]
    field: string
    reverseColors?: boolean
    showChanges?: boolean