Class CustomPreview
CustomPreview
public sealed class CustomPreview
- Inheritance
-
CustomPreview
- Inherited Members
Properties
BodyGetterId
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.
[JsonPropertyName("bodyGetterId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? BodyGetterId { get; set; }
Property Value
Header
The JSON-stringified result of formatter.header(object, config) call. It contains json ML array that represents RemoteObject.
[JsonPropertyName("header")]
public string Header { get; set; }