Set Inspect Mode Request
data class SetInspectModeRequest(mode: InspectMode, highlightConfig: HighlightConfig?)
Content copied to clipboard
Represents request frame that can be used with Overlay#setInspectMode operation call.
Enters the 'inspect' mode. In this mode, elements that user is hovering over are highlighted. Backend then generates 'inspectNodeRequested' event upon element selection.
See also
Constructors
SetInspectModeRequest
Link copied to clipboard
fun SetInspectModeRequest(mode: InspectMode, highlightConfig: HighlightConfig? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard