milesj/docusaurus-plugin-typedoc-api

[Question] Is there a way to show and hide `inheritedFrom` members using a toggle?

Opened this issue · 1 comments

My classes usually extend from base classes, and there are a lot of inherited members that is shown on the page which my users don't always need to see. Sometimes they just want to see the methods directly exposed by my class.

If there was a toggle on top of the page, Hide Inherited Members, then they can just check that, and all methods having property inheritedFrom would be hidden. Uncheck, and the opposite would happen.

Is this a feature that should be supported in this library?

@milesj I created this PR #151 if you like the proposal.