API ReferenceSandbox
MissingComponentclass
This is added when a component is missing. It will store the json data of the missing component, so we don't lose any data.
Constructors1
Showing 1 constructors
public MissingComponent(System.Text.Json.Nodes.JsonObject jso)
| Parameter | Type | Description |
|---|---|---|
| jso | JsonObject | — |
No results match this filter.
Methods1
Showing 1 methods
public System.Text.Json.Nodes.JsonObject GetJson()
Get the Json data that was deserialized
Returns:
JsonObject—No results match this filter.