CheckGridOptions

data class CheckGridOptions(val rows: Int, val cols: Int, val actives: Int)

Options for checking the grid configuration.

Constructors

Link copied to clipboard
constructor(rows: Int, cols: Int, actives: Int)

Properties

Link copied to clipboard

The number of active elements to display

Link copied to clipboard
val cols: Int

The number of columns in the grid

Link copied to clipboard
val rows: Int

The number of rows in the grid