Home > @rushstack/node-core-library > IColorableSequence
IColorableSequence interface
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.
Signature:
export interface IColorableSequence
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
backgroundColor? | ColorValue | (BETA) (Optional) | |
foregroundColor? | ColorValue | (BETA) (Optional) | |
isEol? | boolean | (BETA) (Optional) | |
text | string | (BETA) | |
textAttributes? | TextAttribute[] | (BETA) (Optional) |