-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2214b9e
commit 7fc9564
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/** | ||
* DO NOT EDIT | ||
* | ||
* This file was automatically generated by | ||
* https://github.com/Polymer/gen-typescript-declarations | ||
* | ||
* To modify these typings, edit the source file(s): | ||
* lib/legacy/legacy-data-mixin.html | ||
*/ | ||
|
||
/// <reference path="../utils/mixin.d.ts" /> | ||
|
||
declare class UndefinedArgumentError { | ||
} | ||
|
||
declare class LegacyDataMixin { | ||
|
||
/** | ||
* Overrides `Polyer.PropertyEffects` to wrap effect functions to | ||
* catch `UndefinedArgumentError`s and warn. | ||
* | ||
* @param property Property that should trigger the effect | ||
* @param type Effect type, from this.PROPERTY_EFFECT_TYPES | ||
* @param effect Effect metadata object | ||
*/ | ||
_addPropertyEffect(property: string, type: string, effect?: object|null): void; | ||
} |