Frontmatter
| id | 4528 |
| title | Docs should default to showing API for selected component, and not the hierarchy. |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Jul 7, 2023, 2:03 AM |
| updatedAt | Sep 13, 2024, 4:29 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4528 |
| author | maxrahder |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 13, 2024, 4:29 AM |
The docs for a given class shows the configs, methods, and event for the selected class, and for classes up the inheritance hierarchy. But users are most interested in the members introduced by the class.
Every time I look up a class, one of the first things I do is de-select the ancestor classes. It would be a lot easier to start with the current class alone -- if needed, the user is still free to select classes up the hierarchy.