Model.Json

Model Editor

To use the JSON model, it needs to be configured by the model editor.

property Url source

property Json jsonread only

The Json value for the currently loaded model data.

property Model.Json.Status statusread only

Model.Json.Status.Idle

Model.Json.Status.Loading

Model.Json.Status.Ready

Model.Json.Status.Failed

async function load(Url url)

function load(Json value)

async function load(Http.Request request)

function jsonify() → Json

Serializes the model content into a Json object. You can use this value to restore the model's content.