data class SetInspectModeRequest
Request object containing input parameters for the OverlayDomain.setInspectMode command.
<init> |
Request object containing input parameters for the OverlayDomain.setInspectMode command. SetInspectModeRequest(mode: InspectMode, highlightConfig: HighlightConfig? = null) |
highlightConfig |
A descriptor for the highlight appearance of hovered-over nodes. May be omitted if val highlightConfig: HighlightConfig? |
mode |
Set an inspection mode. val mode: InspectMode |