recover the state from its JSON representation
An object that has all or some properties of the JSONState will be passed as a parameter. The missing properties will be assigned with the value returned by the getDefault method.
JSONState
getDefault
a method to obtain the default state
serialize this (the store module) to its JSON representation
this
Generated using TypeDoc
recover the state from its JSON representation
An object that has all or some properties of the
JSONState
will be passed as a parameter. The missing properties will be assigned with the value returned by thegetDefault
method.