SetInspectModeRequest

@Serializable
data class SetInspectModeRequest(val mode: InspectMode, val highlightConfig: HighlightConfig? = null)

Request object containing input parameters for the OverlayDomain.setInspectMode command.

Constructors

Link copied to clipboard
constructor(mode: InspectMode, highlightConfig: HighlightConfig? = null)

Types

Link copied to clipboard
class Builder(val mode: InspectMode)

A builder for SetInspectModeRequest, which allows setting the optional parameters of the OverlayDomain.setInspectMode command via a lambda.

Properties

Link copied to clipboard

A descriptor for the highlight appearance of hovered-over nodes. May be omitted if enabled == false.

Link copied to clipboard

Set an inspection mode.