Documentation: show all adopters of an interface

for example, i’d like to know what my concrete choices are for this:

IPhysicsEnabledObject | Babylon.js Documentation (babylonjs.com)

We are using typedoc (GitHub - TypeStrong/typedoc: Documentation generator for TypeScript projects.) to generate out API docs. if it is supported by them, I will be happy to add that as an option. We can make small changes to individual pages (like a filter for properties), but won’t be able to add this kind of feature if the underlying system doesn’t support it.

If you find the right configuration flag, i’ll add it to our typedoc generation pipeline

2 Likes