ChangeSource
See source codeThe 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 synchronizationtype ChangeSource = 'remote' | 'user'