Skip to content
Developer Preview

StateApplyOutcome

What one state event changed: the family it targeted, the value it replaced, the value now stored, and whether it was applied or refused as a replay.

Property Type Stability Presence Description
applied boolean required False when the incoming value was refused as an exact-cursor replay.
current StateValue<V> required
family string required
previous StateValue<V> | undefined required
Source

clients/sdk-ts/src/fold/state-store.ts:27

{
"kind": "Interface",
"canonicalPath": "StateApplyOutcome"
}