Interface EntitySchema

interface EntitySchema {
    analytics?: any;
    columnAxes?: Dimension[];
    columns: (Property & PivotColumn)[];
    recursiveHierarchy?: RecursiveHierarchyType;
    rowHierarchy?: string;
    rows?: (Property & PivotColumn)[];
}

Properties

analytics?: any
columnAxes?: Dimension[]
columns: (Property & PivotColumn)[]
recursiveHierarchy?: RecursiveHierarchyType
rowHierarchy?: string
rows?: (Property & PivotColumn)[]

Generated using TypeDoc