Class IsolatedElementHighlightConfig

java.lang.Object
io.webfolder.cdp.type.overlay.IsolatedElementHighlightConfig

public class IsolatedElementHighlightConfig extends Object
  • Constructor Details

    • IsolatedElementHighlightConfig

      public IsolatedElementHighlightConfig()
  • Method Details

    • getIsolationModeHighlightConfig

      public IsolationModeHighlightConfig 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

      public Integer getNodeId()
      Identifier of the isolated element to highlight.
    • setNodeId

      public void setNodeId(Integer nodeId)
      Identifier of the isolated element to highlight.
    • toString

      public String toString()
      Overrides:
      toString in class Object