PolymerElements / iron-component-page

A reusable landing page for elements
36 stars 32 forks source link

Optional Property: show-inherited #149

Open jakebeatty opened 6 years ago

jakebeatty commented 6 years ago

Description

With the latest release, adding this element into custom elements shows all the inherited functions and properties. I and others were wondering if it were possible to change this to being optional through a property or just remove it.

I understand why it is there so moving more towards having it optional would be the best situation out of the two, it just shouldnt be showing these to people who choose not to.

Expected outcome

All element functions and properties declared within the element to be shown

Actual outcome

All element and inherited functions and properties are shown

Browsers Affected

lpellegr commented 6 years ago

I am getting the same need. Such an option would be fantastic!