CustomPreviewBodyGetterId Property |
Version 87.1.132
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 (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax public string BodyGetterId { get; set; }
public:
property String^ BodyGetterId {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also