mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-20 07:26:11 +08:00
dependency-observable changes (#2584)
* Improved es6.d.ts Small perf improvement in resetValues * Fix tslint errors * Removed all comments from es6.d.ts (TSLint hell)
This commit is contained in:
@ -243,6 +243,7 @@ declare module "ui/core/dependency-observable" {
|
||||
/**
|
||||
* Iterates all the properties which have a PropertyEntry registered for this instance.
|
||||
*/
|
||||
_resetValues(valueSource: number): void;
|
||||
_eachSetProperty(callback: (property: Property) => boolean): void;
|
||||
_eachSetPropertyValue(callback: (property: Property, value: any) => void): void;
|
||||
//@endprivate
|
||||
|
Reference in New Issue
Block a user