Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/api-extractor > ExtractorMessageCategory

ExtractorMessageCategory enum

Specifies a category of messages for use with ExtractorMessage.

Signature:

export declare const enum ExtractorMessageCategory 

Enumeration Members

MemberValueDescription
Compiler"Compiler"Messages originating from the TypeScript compiler.
Console"console"Console messages communicate the progress of the overall operation. They may include newlines to ensure nice formatting. They are output in real time, and cannot be routed to the API Report file.
Extractor"Extractor"Messages related to API Extractor's analysis.
TSDoc"TSDoc"Messages related to parsing of TSDoc comments.