Skip to content

ViewModel

github-actions[bot] edited this page Nov 17, 2024 · 2 revisions
API / ViewModel class

Represents a base view model class providing core features.

Implements INotifyPropertiesChanged.

This is an abstract class.

abstract class ViewModel
    implements INotifyPropertiesChanged

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

Constructors

Properties

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

Methods

Inheritance Hierarchy

Clone this wiki locally