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
Property | Modifiers | Type | Description |
|---|---|---|---|
ApiItem[] | The API items that were found. Not guaranteed to be complete, see | ||
boolean | Indicates whether the result is potentially incomplete due to errors during the find operation. If true, the | ||
Diagnostic messages regarding the find operation. |