Home > @uniformdev/context > TransitionDataStore > updateData
TransitionDataStore.updateData() method
Updates data in the transition storage.
Signature:
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
commands |
Commands to execute against existing stored value (event based stores) | |
|
computedValue |
Pre-computed new value against existing value (object based stores) |
Returns:
Promise<void>
Resolved promise when the data has been updated