diff --git a/tns-core-modules/ui/core/properties/properties.d.ts b/tns-core-modules/ui/core/properties/properties.d.ts index a6f9f50a7..b30d81643 100644 --- a/tns-core-modules/ui/core/properties/properties.d.ts +++ b/tns-core-modules/ui/core/properties/properties.d.ts @@ -52,7 +52,7 @@ export class Property { public readonly setNative: symbol; public readonly defaultValue: U; public register(cls: { prototype: T }): void; - public nativeValueChange(T, U): void; + public nativeValueChange(owner: T, value: U): void; public isSet(instance: T): boolean; } export interface Property extends TypedPropertyDescriptor {