Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/rush-lib > CustomTipSeverity

CustomTipSeverity enum

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The severity of a custom tip. It determines the printing severity ("Error" = red, "Warning" = yellow, "Info" = normal).

Signature:

export declare enum CustomTipSeverity 

Enumeration Members

Member

Value

Description

Error

"Error"

(BETA)

Info

"Info"

(BETA)

Warning

"Warning"

(BETA)