IsolationModeHighlightConfig

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

Constructors

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

Properties

Link copied to clipboard
val maskColor: DOM.RGBA? = null

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

Link copied to clipboard
val resizerColor: DOM.RGBA? = null

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

Link copied to clipboard

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