pl.wendigo.chrome.api.overlay / HighlightFrameRequest

HighlightFrameRequest

data class HighlightFrameRequest (source)

Represents request frame that can be used with Overlay#highlightFrame operation call.

Highlights owner element of the frame with given id.

Link
Overlay#highlightFrame method documentation.

See Also

OverlayOperations.highlightFrame

Constructors

<init>

HighlightFrameRequest(frameId: FrameId, contentColor: RGBA? = null, contentOutlineColor: RGBA? = null)

Represents request frame that can be used with Overlay#highlightFrame operation call.

Properties

contentColor

val contentColor: RGBA?

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

contentOutlineColor

val contentOutlineColor: RGBA?

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

frameId

val frameId: FrameId

Identifier of the frame to highlight.