Home > @rushstack/node-core-library > TextAttribute
TextAttribute enum
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Text styles used with IColorableSequence.
Signature:
export declare enum TextAttribute
Enumeration Members
| Member | Value | Description |
|---|---|---|
| Blink | 3 | (BETA) |
| Bold | 0 | (BETA) |
| Dim | 1 | (BETA) |
| Hidden | 5 | (BETA) |
| InvertColor | 4 | (BETA) |
| Underline | 2 | (BETA) |