Skip to content

ViewModel.propertiesChanged

github-actions[bot] edited this page Feb 4, 2025 · 4 revisions
API / ViewModel / propertiesChanged property

An event that is raised when one or more properties may have changed.

Property type: IPropertiesChangedEvent<this>.

public get propertiesChanged(): IPropertiesChangedEvent<this>

Source reference: src/viewModels/ViewModel.ts:20.

Clone this wiki locally