| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6cfdc20 commit 357c8ec
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -52,7 +52,7 @@ export class Property<T extends ViewBase, U> { | |||
| 52 | 52 | public readonly setNative: symbol; | |
| 53 | 53 | public readonly defaultValue: U; | |
| 54 | 54 | public register(cls: { prototype: T }): void; | |
| 55 | - public nativeValueChange(T, U): void; | ||
| 55 | + public nativeValueChange(owner: T, value: U): void; | ||
| 56 | 56 | public isSet(instance: T): boolean; | |
| 57 | 57 | } | |
| 58 | 58 | export interface Property<T extends ViewBase, U> extends TypedPropertyDescriptor<U> { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments