LayoutItem: {
    analyticsCloudComponent?: AnalyticsCloudComponentLayoutItem | null;
    behavior?: string | null;
    canvas?: string | null;
    component?: string | null;
    customLink?: string | null;
    emptySpace?: boolean | null;
    field?: string | null;
    height?: number | null;
    page?: string | null;
    reportChartComponent?: ReportChartComponentLayoutItem | null;
    scontrol?: string | null;
    showLabel?: boolean | null;
    showScrollbars?: boolean | null;
    width?: string | null;
}

Type declaration

  • Optional analyticsCloudComponent?: AnalyticsCloudComponentLayoutItem | null
  • Optional behavior?: string | null
  • Optional canvas?: string | null
  • Optional component?: string | null
  • Optional customLink?: string | null
  • Optional emptySpace?: boolean | null
  • Optional field?: string | null
  • Optional height?: number | null
  • Optional page?: string | null
  • Optional reportChartComponent?: ReportChartComponentLayoutItem | null
  • Optional scontrol?: string | null
  • Optional showLabel?: boolean | null
  • Optional showScrollbars?: boolean | null
  • Optional width?: string | null