Model.Data

Model Editor

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

property Int lengthread only

function clear()

function append(Type value)

function insert(Int index, Type value)

function remove(Int index)

function load(Json value)

function jsonify() → Json

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