Home > @microsoft/api-extractor-model > ApiClass > extendsType
ApiClass.extendsType property
The base class that this class inherits from (using the extends
keyword), or undefined if there is no base class.
Signature:
readonly extendsType: HeritageType | undefined;