docs(api-reference): Improve API Discovery #1793
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Is your feature request related to a problem? Please describe.
When trying to learn more about a given API in the docs it can be difficult to locate the component specific properties and methods; as they are mixed with all its inherited ones.
Describe the solution you'd like
Instead of having the component properties and methods mixed in with the sea of inherited properties and methods, I propose a separation within the Index.
Describe alternatives you've considered
Additional context
The Current Index Structure
The constructor(s).All properties (including inherited etc...), in alphabetical order.All methods (including inherited etc...), in alphabetical order.Proposed Index Structure
The constructor(s).The specific component properties.The specific component methods.The inherited properties.The inherited methods.Additional Proposal
titleattribute. The title value could follow something like,[Inherited] <property-name>.The text was updated successfully, but these errors were encountered: