ansi-escape-code - v0.0.9
Preparing search index...
@ansi-escape-code/parser
ParseAnsiStringResultOk
Interface ParseAnsiStringResultOk
Successful result returned from
parseAnsiString
.
interface
ParseAnsiStringResultOk
{
ansiString
:
AnsiString
[]
;
remainBackgroundColor
:
AnsiColor
;
remainFlags
:
number
;
remainForegroundColor
:
AnsiColor
;
remainUnderlineColor
:
AnsiColor
;
success
:
true
;
}
Index
Properties
ansi
String
remain
Background
Color
remain
Flags
remain
Foreground
Color
remain
Underline
Color
success
Properties
ansi
String
ansiString
:
AnsiString
[]
remain
Background
Color
remainBackgroundColor
:
AnsiColor
remain
Flags
remainFlags
:
number
remain
Foreground
Color
remainForegroundColor
:
AnsiColor
remain
Underline
Color
remainUnderlineColor
:
AnsiColor
success
success
:
true
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ansi
String
remain
Background
Color
remain
Flags
remain
Foreground
Color
remain
Underline
Color
success
ansi-escape-code - v0.0.9
Loading...
Successful result returned from parseAnsiString.