Click or drag to resize

PropertyPreviewType Enumeration

Version 102.0.100
Object type. Accessor means that the property itself is an accessor property.

Namespace:  CefSharp.DevTools.Runtime
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public enum PropertyPreviewType
Members
  Member nameValueDescription
Object0 object
Function1 function
Undefined2 undefined
String3 string
Number4 number
Boolean5 boolean
Symbol6 symbol
Accessor7 accessor
Bigint8 bigint
See Also