DashboardPartsPositionResponse

data class DashboardPartsPositionResponse(val colSpan: Int, val metadata: Any? = null, val rowSpan: Int, val x: Int, val y: Int)

The dashboard's part position.

Constructors

Link copied to clipboard
constructor(colSpan: Int, metadata: Any? = null, rowSpan: Int, x: Int, y: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The dashboard's part column span.

Link copied to clipboard
val metadata: Any? = null

The dashboard part's metadata.

Link copied to clipboard

The dashboard's part row span.

Link copied to clipboard
val x: Int

The dashboard's part x coordinate.

Link copied to clipboard
val y: Int

The dashboard's part y coordinate.