ChangeSource
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
ComputeDiffNext
IdOfThe source of a change to the store. - 'user' - Changes originating from local user actions - 'remote' - Changes originating from remote synchronization
type ChangeSource = "remote" | "user";