ClickRegion

data class ClickRegion(val x: Double, val y: Double, val width: Double, val height: Double, val value: Event?)

Click regions of a product inside a block. These values are percentages of the block's width and height.

Constructors

Link copied to clipboard
constructor(x: Double, y: Double, width: Double, height: Double, value: Event?)

Properties

Link copied to clipboard
Link copied to clipboard
val value: Event?
Link copied to clipboard
Link copied to clipboard
val x: Double
Link copied to clipboard
val y: Double