data class HighlightFrameRequest
Request object containing input parameters for the OverlayDomain.highlightFrame command.
<init> |
Request object containing input parameters for the OverlayDomain.highlightFrame command. HighlightFrameRequest(frameId: FrameId, contentColor: RGBA? = null, contentOutlineColor: RGBA? = null) |
contentColor |
The content box highlight fill color (default: transparent). val contentColor: RGBA? |
contentOutlineColor |
The content box highlight outline color (default: transparent). val contentOutlineColor: RGBA? |
frameId |
Identifier of the frame to highlight. val frameId: FrameId |