Package io.webfolder.cdp.type.overlay
Class IsolatedElementHighlightConfig
java.lang.Object
io.webfolder.cdp.type.overlay.IsolatedElementHighlightConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA descriptor for the highlight appearance of an element in isolation mode.Identifier of the isolated element to highlight.void
setIsolationModeHighlightConfig
(IsolationModeHighlightConfig isolationModeHighlightConfig) A descriptor for the highlight appearance of an element in isolation mode.void
Identifier of the isolated element to highlight.toString()
-
Constructor Details
-
IsolatedElementHighlightConfig
public IsolatedElementHighlightConfig()
-
-
Method Details
-
getIsolationModeHighlightConfig
A descriptor for the highlight appearance of an element in isolation mode. -
setIsolationModeHighlightConfig
public void setIsolationModeHighlightConfig(IsolationModeHighlightConfig isolationModeHighlightConfig) A descriptor for the highlight appearance of an element in isolation mode. -
getNodeId
Identifier of the isolated element to highlight. -
setNodeId
Identifier of the isolated element to highlight. -
toString
-