@statesync/redux / SNAPSHOT_ACTION_TYPE
Variable: SNAPSHOT_ACTION_TYPE
ts
const SNAPSHOT_ACTION_TYPE: "@@statesync/SNAPSHOT_APPLIED";Defined in: redux.ts:10
Action type constant dispatched by the adapter when applying a snapshot.
Reducers wrapped with withSnapshotHandling intercept this action automatically. You can also handle it manually in RTK extraReducers or a plain switch reducer.
