mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Added support for binding to multiple observable objects (properties).
This commit is contained in:
5
data/observable/observable.d.ts
vendored
5
data/observable/observable.d.ts
vendored
@@ -99,6 +99,11 @@ declare module "data/observable" {
|
||||
*/
|
||||
notify(data: EventData): void;
|
||||
|
||||
/**
|
||||
* Notifies all the registered listeners for the property change event.
|
||||
*/
|
||||
notifyPropertyChange(propertyName: string, newValue: any): void;
|
||||
|
||||
/**
|
||||
* Checks whether a listener is registered for the specified event name.
|
||||
* @param eventName The name of the event to check for.
|
||||
|
||||
Reference in New Issue
Block a user