Theia API Documentation v1.71.0
    Preparing search index...
    interface AnsiState {
        background?: string;
        bold?: boolean;
        foreground?: string;
        italic?: boolean;
        underline?: boolean;
    }
    Index

    Properties

    background?: string
    bold?: boolean
    foreground?: string
    italic?: boolean
    underline?: boolean