SummaryLayout: {
    masterLabel: string;
    sizeX: number;
    sizeY?: number | null;
    sizeZ?: number | null;
    summaryLayoutItems: SummaryLayoutItem[];
    summaryLayoutStyle: string;
}

Type declaration

  • masterLabel: string
  • sizeX: number
  • Optional sizeY?: number | null
  • Optional sizeZ?: number | null
  • summaryLayoutItems: SummaryLayoutItem[]
  • summaryLayoutStyle: string