ChangeSource

See source code

The source of a change to the store. - 'user' - Changes originating from local user actions - 'remote' - Changes originating from remote synchronization

type ChangeSource = "remote" | "user";
Prev
ComputeDiff
Next
IdOf