Create a dojo/Stateful object from a raw value.
Recursively iterates the raw value given, and convert them to stateful ones.
| Parameter | Type | Description |
|---|---|---|
| value | Anything | The raw value. |
| options | dojox/mvc/getStatefulOptions | The object that defines how model object should be created from plain object hierarchy. |
The converted value.
See the dojox/mvc/getStateful reference documentation for more information.
Returns the stateful version of the given array.
| Parameter | Type | Description |
|---|---|---|
| a | Anything[] | The array. |
Returns the stateful version of the given object.
| Parameter | Type | Description |
|---|---|---|
| o | Object | The object. |
Just returns the given value.
| Parameter | Type | Description |
|---|---|---|
| v | Anything |
Returns the type of the given value.
| Parameter | Type | Description |
|---|---|---|
| v | Anything | The value. |