Home > @microsoft/api-extractor-model > ApiItem > getAssociatedModel
ApiItem.getAssociatedModel() method
If this item is an ApiModel or has an ApiModel as one of its parents, then that object is returned. Otherwise undefined is returned.
Signature:
getAssociatedModel(): ApiModel | undefined;
Returns:
ApiModel | undefined