store property

OrbitStore store
final

The store instance that changed. Already reflects the new state — mutate() runs the mutation before building this object — so middleware (persistence, analytics) can just read live fields off it directly instead of relying on before/after.

Implementation

final OrbitStore store;