Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/api-extractor-model > ApiItem > parent

ApiItem.parent property

If this item was added to a ApiItemContainerMixin item, then this returns the container item. If this is an Parameter that was added to a method or function, then this returns the function item. Otherwise, it returns undefined.

Signature:

/** @virtual */
get parent(): ApiItem | undefined;