Click or drag to resize

RemoteObjectSubtype Property

Version 94.4.20
Object subtype hint. Specified for `object` type values only. NOTE: If you change anything here, make sure to also update `subtype` in `ObjectPreview` and `PropertyPreview` below.

Namespace:  CefSharp.DevTools.Runtime
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public RemoteObjectSubtype? Subtype { get; set; }

Property Value

Type: NullableRemoteObjectSubtype
See Also