Type Alias MessageStyles

MessageStyles: {
    boolean: Style;
    number: Style;
    regex: Style;
    string: Style;
    symbol: Style;
    text: Style;
    url: Style;
    value: Style;
}

A set of styles for error/warning/help messages.

Type declaration

  • boolean: Style

    The style of boolean values.

  • number: Style

    The style of number values.

  • regex: Style

    The style of regular expressions.

  • string: Style

    The style of string values.

  • symbol: Style

    The style of symbols (e.g., option names).

  • text: Style

    The style of general text.

  • url: Style

    The style of URLs.

  • value: Style

    The style of unknown values.