Interface that describes an abstract dimensions for OnScreenMenu controls. We use this to determine sizing based on a grid layout in HTML.

Hierarchy

  • OnScreenMenuDimensions

Properties

Properties

columns: number

The number of columns in the grid the control will take up.

rows: number

The number of rows in the grid the control will take up.