Skip to content

@statesync/redux


@statesync/redux / SnapshotAppliedAction

Interface: SnapshotAppliedAction<State>

Defined in: redux.ts:27

Shape of the action dispatched by createReduxSnapshotApplier.

Type Parameters

Type ParameterDescription
StateThe shape of the Redux store's state.

Properties

meta

ts
meta: object;

Defined in: redux.ts:30

mode

ts
mode: ReduxApplyMode;

revision

ts
revision: string;

payload

ts
payload: State | Partial<State>;

Defined in: redux.ts:29


type

ts
type: "@@statesync/SNAPSHOT_APPLIED";

Defined in: redux.ts:28

Released under the MIT License.