getDerivedClasses Method
Gets the derived classes belonging to this class.
getDerivedClasses(): Promise<undefined | ECClass[]>
@note This method relies on the SchemaContext to find derived classes.
It will only return derived classes from schemas that have already been loaded into the context.
If a derived class exists in a referencing schema that has not yet been loaded, it will not be included in the results.
To ensure all derived classes are found, ensure that all relevant referencing schemas are loaded into the SchemaContext
before calling this method.
@returns An array of ECClasses or undefined if no derived classes exist.
Returns - Promise<undefined | ECClass[]>
An array of ECClasses or undefined if no derived classes exist.
Defined in
Last Updated: 07 February, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.