IsolationModeHighlightConfig

@Serializable
data class IsolationModeHighlightConfig(val resizerColor: RGBA? = null, val resizerHandleColor: RGBA? = null, val maskColor: RGBA? = null)(source)

Official doc

Constructors

Link copied to clipboard
constructor(resizerColor: RGBA? = null, resizerHandleColor: RGBA? = null, maskColor: RGBA? = null)

Properties

Link copied to clipboard
val maskColor: RGBA? = null

The fill color for the mask covering non-isolated elements (default: transparent).

Link copied to clipboard
val resizerColor: RGBA? = null

The fill color of the resizers (default: transparent).

Link copied to clipboard

The fill color for resizer handles (default: transparent).