-
public final class SetInspectModeRequestRequest object containing input parameters for the OverlayDomain.setInspectMode command.
-
-
Field Summary
Fields Modifier and Type Field Description private final InspectModemodeprivate final HighlightConfighighlightConfig
-
Constructor Summary
Constructors Constructor Description SetInspectModeRequest(InspectMode mode, HighlightConfig highlightConfig)
-
Method Summary
Modifier and Type Method Description final InspectModecomponent1()final HighlightConfigcomponent2()final SetInspectModeRequestcopy(InspectMode mode, HighlightConfig highlightConfig)final InspectModegetMode()Set an inspection mode. final HighlightConfiggetHighlightConfig()A descriptor for the highlight appearance of hovered-over nodes. -
-
Constructor Detail
-
SetInspectModeRequest
SetInspectModeRequest(InspectMode mode, HighlightConfig highlightConfig)
-
-
Method Detail
-
component1
final InspectMode component1()
-
component2
final HighlightConfig component2()
-
copy
final SetInspectModeRequest copy(InspectMode mode, HighlightConfig highlightConfig)
-
getMode
final InspectMode getMode()
Set an inspection mode.
-
getHighlightConfig
final HighlightConfig getHighlightConfig()
A descriptor for the highlight appearance of hovered-over nodes. May be omitted if
enabled == false.
-
-
-
-