Click or drag to resize

RemoteObjectSubtype Property

Version 118.6.80
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.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public RemoteObjectSubtype? Subtype { get; set; }

Property Value

Type: NullableRemoteObjectSubtype
See Also