Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DashboardBasicOptions

Interface specifies basic options which all Dashboard.create methods have to implement.

Example usage:

Desired result Value
1x1 component at top left cell { columnIndex: 0, rowIndex: 0, columnSpan: 1, rowSpan: 1 }
4x1 component at top row { columnIndex: 0, rowIndex: 0, columnSpan: 4, rowSpan: 1 }

Index

Properties

columnIndex

columnIndex: number

Column index on dashboard (X location, 0 = left)

columnSpan

columnSpan: number

Column span (X width)

rowIndex

rowIndex: number

Row index on dashboard (Y location, 0 = top)

rowSpan

rowSpan: number

Row span (Y height)