UpdateMiniCardsGridOptions

data class UpdateMiniCardsGridOptions(val rows: Int, val cols: Int, val defal: Boolean, val actualRows: Int)

Grid recalculation payload used when syncing with the Compose display layer.

Constructors

Link copied to clipboard
constructor(rows: Int, cols: Int, defal: Boolean, actualRows: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val cols: Int
Link copied to clipboard
Link copied to clipboard
val rows: Int