Type alias AggregationForm
AggregationForm: {
dataset: string;
extendedStages: any[];
filters?: object | null;
groupId?: string | null;
hiddenLabels: ReadonlyArray<SelectedLabel>;
index?: number | null;
mixed: boolean;
paths: ReadonlyArray<string>;
sampleIds: ReadonlyArray<string>;
slice?: string | null;
slices?: ReadonlyArray<string> | null;
view: any[];
viewName?: string | null;
}
Type declaration
-
dataset: string
-
extendedStages: any[]
-
Optional
filters?: object | null
-
Optional
groupId?: string | null
-
hiddenLabels: ReadonlyArray<SelectedLabel>
-
Optional
index?: number | null
-
mixed: boolean
-
paths: ReadonlyArray<string>
-
sampleIds: ReadonlyArray<string>
-
Optional
slice?: string | null
-
Optional
slices?: ReadonlyArray<string> | null
-
view: any[]
-
Optional
viewName?: string | null