DOMBreakpointType Enumeration |
Version 130.1.90
DOM breakpoint type.
Namespace: CefSharp.DevTools.DOMDebuggerAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum DOMBreakpointType
public enum class DOMBreakpointType
Members Member name | Value | Description |
---|
SubtreeModified | 0 |
subtree-modified
|
AttributeModified | 1 |
attribute-modified
|
NodeRemoved | 2 |
node-removed
|
See Also