Home > @microsoft/api-extractor > IExtractorInvokeOptions
IExtractorInvokeOptions interface
Runtime options for Extractor.
Signature:
export interface IExtractorInvokeOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
(Optional) An optional TypeScript compiler state. This allows an optimization where multiple invocations of API Extractor can reuse the same TypeScript compiler analysis. | |||
boolean | (Optional) Indicates that API Extractor is running as part of a local build, e.g. on developer's machine. | ||
(message: ExtractorMessage) => void | (Optional) An optional callback function that will be called for each | ||
boolean | (Optional) If true, then any differences between the actual and expected API reports will be printed on the console. | ||
boolean | (Optional) If true, API Extractor will print diagnostic information used for troubleshooting problems. These messages will be included as ExtractorLogLevel.Verbose output. | ||
boolean | (Optional) If true, API Extractor will include ExtractorLogLevel.Verbose messages in its output. | ||
string | (Optional) Specifies an alternate folder path to be used when loading the TypeScript system typings. |