HighlightFrameParameter

@Serializable
data class HighlightFrameParameter(val frameId: String, val contentColor: DOM.RGBA? = null, val contentOutlineColor: DOM.RGBA? = null)

Constructors

Link copied to clipboard
constructor(frameId: String, contentColor: DOM.RGBA? = null, contentOutlineColor: DOM.RGBA? = null)

Properties

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

The content box highlight fill color (default: transparent).

Link copied to clipboard

The content box highlight outline color (default: transparent).

Link copied to clipboard

Identifier of the frame to highlight.