state::delete
Delete a value from state
- keystringrequired
- scopestringrequired
Distributed key-value state management with reactive change triggers.
Delete a value from state
Get a value from state
Get a group from state
List all state groups
Set a value in state
The value after the update
The value before the update (None if key didn't exist)
Update a value in state
Errors encountered while applying ops. Successfully applied ops are still reflected in `new_value`. Field is omitted from JSON when empty for backward compatibility.
The value after the update
The value before the update (None if key didn't exist)
State trigger
Optional function ID to evaluate before invoking handler
State key to watch (exact match filter)
State scope to watch (exact match filter)
Type of state change
State key
New value
Previous value (null for created events)
State scope
Always "state"