mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Add other used TemplateInfo property types.
This commit is contained in:
@@ -61,6 +61,12 @@ TemplateInfo.prototype.hostProps;
|
||||
/** @type {!Object} */
|
||||
TemplateInfo.prototype.propertyEffects;
|
||||
/** @type {TemplateInfo | undefined} */
|
||||
TemplateInfo.prototype.nextSibling;
|
||||
/** @type {TemplateInfo | undefined} */
|
||||
TemplateInfo.prototype.previousSibling;
|
||||
/** @type {TemplateInfo | undefined} */
|
||||
TemplateInfo.prototype.firstChild;
|
||||
/** @type {TemplateInfo | undefined} */
|
||||
TemplateInfo.prototype.nextTemplateInfo;
|
||||
/** @type {TemplateInfo | undefined} */
|
||||
TemplateInfo.prototype.previousTemplateInfo;
|
||||
|
||||
Reference in New Issue
Block a user