LayerPaintedParameter

@Serializable
data class LayerPaintedParameter(val layerId: String, val clip: DOM.Rect)

Constructors

Link copied to clipboard
constructor(layerId: String, clip: DOM.Rect)

Properties

Link copied to clipboard

Clip rectangle.

Link copied to clipboard

The id of the painted layer.