Skip to content

ViewModel.notifyPropertiesChanged

Andrei Fangli edited this page Sep 3, 2023 · 4 revisions
API / ViewModel / notifyPropertiesChanged method

Notifies all propertiesChanged subscribers that the provided property names may have changed.

This is a protected method.

protected notifyPropertiesChanged(changedProperty: string, ...otherChangedProperties: readonly string[]): void

Parameters

  • changedProperty: String, the name of the property that may have changed.
  • otherChangedProperties: readonly Array<String>, the name of other properties that may have changed.
Clone this wiki locally