Developer Hub Should List All Objects Inherited From a Class

Reproduction Steps

  1. Go to the Developer Hub
  2. Notice how there isn’t a page that shows what objects inherit from each class

Expected Behavior

  1. Go to the Developer Hub
  2. Go to documentation that shows object inheritance(s) from each class

Actual Behavior
No documentation for class inheritance(s) at all.

Workaround

  1. Search up each individual object and see if the object belongs in that class
  2. Go to studio and check with :IsA()

Issue Area: DevHub Website
Page URL: Class Index
Impact: Low
Frequency: Sometimes

2 Likes

There’s a class tree on the sidebar:

image

If you are on a class page, that item will be highlighted in the tree.

We can probably do better in making this information more visible. Thanks for the feedback.

4 Likes

Oh wow! I never knew that that was a thing! I apologize for not looking deeper, I guess I just overlooked that part of the Hub. Thanks!

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.