Interface IDataProviderDump

interface IDataProviderDump {
    $schema?: string;
    aggregations?: string[] | {
        [key: string]: number;
    };
    rankings?: IRankingDump[];
    selection?: number[];
    showTopN?: number;
    uid?: number;
}

Properties

$schema?: string
aggregations?: string[] | {
    [key: string]: number;
}

list of aggregated group paths

Type declaration

  • [key: string]: number
rankings?: IRankingDump[]

ranking dumps

selection?: number[]

current selection

showTopN?: number

custom show top N setting

uid?: number

base for generating new uids