odo.api
/
straightway.odo.api.v0.ui
/
Grid
/
Span
Span
data class
Span
(width:
Int
, height:
Int
)
Content copied to clipboard
The size of a UI element within the grid in grid cells.
Constructors
Properties
Constructors
Span
Link copied to clipboard
fun
Span
(width:
Int
, height:
Int
)
Content copied to clipboard
Properties
height
Link copied to clipboard
val
height
:
Int
Content copied to clipboard
The height of the UI element.
width
Link copied to clipboard
val
width
:
Int
Content copied to clipboard
The width of the UI element.