The options use to initialize an observable JSON object.

interface IOptions {
    values?: JSONObject;
}

Properties

Properties

values?: JSONObject

The optional initial value for the object.