Click or drag to resize

PropertyPreviewType Enumeration

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

Namespace:  CefSharp.DevTools.Runtime
Assembly:  CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.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