edifice.StateManager.update

StateManager.update(d)[source]

Updates the key value store.

Re-renders will only be triggered for subscribed components. If an exception occurs while re-rendering, all changes are unwound and the state of the dictionary will be as before the update.

Parameters

d (Mapping[str, Any]) – a dictionary mapping key to the value to update to.