toggle menu
kotter
1.2.1
common
switch theme
search in API
kotter
/
com.varabyte.kotter.runtime.internal.ansi
/
Ansi
/
Csi
/
Code
/
Parts
Parts
data
class
Parts
(
val
numericCode
:
Int
?
,
val
optionalCodes
:
List
<
Int
>
?
,
val
identifier
:
Char
)
Members
Constructors
Parts
Link copied to clipboard
constructor
(
numericCode
:
Int
?
,
optionalCodes
:
List
<
Int
>
?
,
identifier
:
Char
)
Properties
identifier
Link copied to clipboard
val
identifier
:
Char
numeric
Code
Link copied to clipboard
val
numericCode
:
Int
?
optional
Codes
Link copied to clipboard
val
optionalCodes
:
List
<
Int
>
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String