Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/api-extractor-model > IFindApiItemsResult

IFindApiItemsResult interface

Generic result object for finding API items used by different kinds of find operations.

Signature:

export interface IFindApiItemsResult 

Properties

PropertyModifiersTypeDescription
itemsApiItem[]The API items that were found. Not guaranteed to be complete, see maybeIncompleteResult.
maybeIncompleteResultbooleanIndicates whether the result is potentially incomplete due to errors during the find operation. If true, the messages explain the errors in more detail.
messagesIFindApiItemsMessage[]Diagnostic messages regarding the find operation.