Version 130.1.90
Key path type.
Namespace: CefSharp.DevTools.IndexedDBAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum class KeyPathType
Members Member name | Value | Description |
---|
Null | 0 |
null
|
String | 1 |
string
|
Array | 2 |
array
|
See Also