Create a raw value from a dojo/Stateful object.
Recursively iterates the stateful value given, and convert them to raw ones.
Parameter | Type | Description |
---|---|---|
value | Anything | The stateful value. |
options | dojox/mvc/getPlainValueOptions | The object that defines how plain value should be created from stateful value. |
The converted value.
See the dojox/mvc/getPlainValue reference documentation for more information.
Returns the stateful version of the given array.
Parameter | Type | Description |
---|---|---|
a | Anything[] | The array. |
The converted 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. |
The type of the given value.