PropertyPreviewType Enumeration |
Version 130.1.90
Object type. Accessor means that the property itself is an accessor property.
Namespace: CefSharp.DevTools.RuntimeAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum PropertyPreviewType
public enum class PropertyPreviewType
Members Member name | Value | Description |
---|
Object | 0 |
object
|
Function | 1 |
function
|
Undefined | 2 |
undefined
|
String | 3 |
string
|
Number | 4 |
number
|
Boolean | 5 |
boolean
|
Symbol | 6 |
symbol
|
Accessor | 7 |
accessor
|
Bigint | 8 |
bigint
|
See Also