Click or drag to resize

DOMBreakpointType Enumeration

Version 118.6.80
DOM breakpoint type.

Namespace:  CefSharp.DevTools.DOMDebugger
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public enum DOMBreakpointType
Members
  Member nameValueDescription
SubtreeModified0 subtree-modified
AttributeModified1 attribute-modified
NodeRemoved2 node-removed
See Also