Skip to content
Mondrian

PivotManager

type PivotManager = {
get: (name: string) => PivotTableDef | null;
getAll: () => PivotTableDef[];
};
PropertyType
get(name: string) => PivotTableDef | null
getAll() => PivotTableDef[]