ViewModel.notifyPropertiesChanged - Andrei15193/react-model-view-viewmodel GitHub Wiki
Notifies all observers that the provided properties may have changed.
protected notifyPropertiesChanged(
changedProperty: keyof this,
...otherChangedProperties: readonly (keyof this)[]
): void
Source reference: src/viewModels/ViewModel.ts:29
.