Highlight Frame Request
data class HighlightFrameRequest(frameId: FrameId, contentColor: RGBA?, contentOutlineColor: RGBA?)
Content copied to clipboard
Represents request frame that can be used with Overlay#highlightFrame operation call.
Highlights owner element of the frame with given id.
See also
Constructors
HighlightFrameRequest
Link copied to clipboard
fun HighlightFrameRequest(frameId: FrameId, contentColor: RGBA? = null, contentOutlineColor: RGBA? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard