Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UIPanelOptions

Interface that can be used to define UIPanel configurations, when inside a Dashboard, that can't be changed after creation.

Index

Properties

columnIndex

columnIndex : number

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

Optional columnSpan

columnSpan : undefined | number

Column span (X width), default = 1

rowIndex

rowIndex : number

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

Optional rowSpan

rowSpan : undefined | number

Row span (Y height), default = 1

Optional theme

theme : Theme

Theme used to style all elements inside the Panel. See Themes for pre-made options.