PropertyPreviewType Enumeration |
Version 104.4.240
Object type. Accessor means that the property itself is an accessor property.
Namespace:
CefSharp.DevTools.Runtime
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.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