ApplyResult
@rotorsoft/act-root / act-sse/src / ApplyResult
Type Alias: ApplyResult<S>
ApplyResult<
S> = {ok:true;state:S; } | {ok:false;reason:"stale"|"behind"; }
Defined in: libs/act-sse/src/apply-patch.ts:7
Result of applying a patch message to cached client state.
Type Parameters
S
S extends BroadcastState = BroadcastState