Click or drag to resize

CustomPreviewBodyGetterId Property

Version 118.6.80
If formatter returns true as a result of formatter.hasBody call then bodyGetterId will contain RemoteObjectId for the function that returns result of formatter.body(object, config) call. The result value is json ML array.

Namespace:  CefSharp.DevTools.Runtime
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public string BodyGetterId { get; set; }

Property Value

Type: String
See Also