Home > @uniformdev/context > TransitionDataStore > updateData

TransitionDataStore.updateData() method

Updates data in the transition storage.

Signature:

Parameters

ParameterTypeDescription
commandsStorageCommands[]Commands to execute against existing stored value (event based stores)
computedValueVisitorDataPre-computed new value against existing value (object based stores)

Returns:

Promise<void>

Resolved promise when the data has been updated