We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf02bd3 commit 239e99aCopy full SHA for 239e99a
interfaces.d.ts
@@ -37,7 +37,7 @@ export interface PolymerInit {
37
attached?(): void;
38
detached?(): void;
39
ready?(): void;
40
- attributeChanged?(name: string, old?: string, value?: string);
+ attributeChanged?(name: string, old?: string, value?: string): void;
41
42
// Allow any other user-defined properties
43
[others: string]: any;
0 commit comments