You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be solved in iron-component-page, perhaps by hiding inherited properties by default, or otherwise downplaying them.
From a static analysis perspective, if Foo extends Bar, then Foo also inherits Bar's public API. The reason adding a mixin removes those entries from your iron-component-page results is that mixins currently defeat polymer-analyzer's analysis, but that shouldn't be relied upon.
When you have an custom element extending Polymer.Element, all public API of polymer is shown.
Otherwise, if your custom element extends a mixin, Polymer API is not listed.
Related with PolymerElements/iron-component-page#147
The text was updated successfully, but these errors were encountered: