Home > @microsoft/api-extractor-model > ApiItem > members
ApiItem.members property
This property supports a visitor pattern for walking the tree. For items with ApiItemContainerMixin, it returns the contained items, sorted alphabetically. Otherwise it returns an empty array.
Signature:
/** @virtual */
get members(): ReadonlyArray<ApiItem>;