Type alias ReportTypeMetadata
ReportTypeMetadata: {
categories: ReportTypeCategory[];
dataTypeFilterOperatorMap: {
[name: string]: {
label: string;
name: string;
}[];
};
dateGranularityInfos: {
label: string;
name: string;
}[];
divisionInfo: {
defaultValue: string;
values: {
label: string;
value: string;
}[];
} | null;
scopeInfo: {
defaultValue: string;
values: {
allowsDivision: boolean;
label: string;
value: string;
}[];
};
standardDateFilterDurationGroups: StandardDateFilterDurationGroup[];
standardFilterInfos: string[] | null;
supportsJoinedFormat: boolean;
}
Type declaration
categories: ReportTypeCategory[]
dataTypeFilterOperatorMap: {
[name: string]: {
label: string;
name: string;
}[];
}
[name: string]: {
label: string;
name: string;
}[]
dateGranularityInfos: {
label: string;
name: string;
}[]
divisionInfo: {
defaultValue: string;
values: {
label: string;
value: string;
}[];
} | null
scopeInfo: {
defaultValue: string;
values: {
allowsDivision: boolean;
label: string;
value: string;
}[];
}
defaultValue: string
values: {
allowsDivision: boolean;
label: string;
value: string;
}[]
standardDateFilterDurationGroups: StandardDateFilterDurationGroup[]
standardFilterInfos: string[] | null
supportsJoinedFormat: boolean