An object that defines how model object should be created from plain object hierarchy.
See the dojox/mvc/StatefulModel.getStatefulOptions reference documentation for more information.
Create a stateful array from a plain array.
Parameter | Type | Description |
---|---|---|
a | Anything[] | The plain array. |
Create a stateful object from a plain object.
Parameter | Type | Description |
---|---|---|
o | Object | The plain object. |
Create a stateful value from a plain value.
Parameter | Type | Description |
---|---|---|
v | Anything | The plain value. |
Returns the type of the given value.
Parameter | Type | Description |
---|---|---|
v | Anything | The value. |