WebCola
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Completer
Key
Read
Line
Read
Line
Options
Completer
Result
clear
Line
clear
Screen
Down
create
Interface
cursor
To
move
Cursor
Index
Interfaces
Completer
Key
Read
Line
Read
Line
Options
Type aliases
Completer
Result
Functions
clear
Line
clear
Screen
Down
create
Interface
cursor
To
move
Cursor
Type aliases
Completer
Result
Completer
Result
:
[
string
[]
,
string
]
Functions
clear
Line
clear
Line
(
stream
:
WritableStream
, dir
:
number
)
:
void
Parameters
stream:
WritableStream
dir:
number
Returns
void
clear
Screen
Down
clear
Screen
Down
(
stream
:
WritableStream
)
:
void
Parameters
stream:
WritableStream
Returns
void
create
Interface
create
Interface
(
input
:
ReadableStream
, output
?:
WritableStream
, completer
?:
Completer
, terminal
?:
boolean
)
:
ReadLine
create
Interface
(
options
:
ReadLineOptions
)
:
ReadLine
Parameters
input:
ReadableStream
Optional
output:
WritableStream
Optional
completer:
Completer
Optional
terminal:
boolean
Returns
ReadLine
Parameters
options:
ReadLineOptions
Returns
ReadLine
cursor
To
cursor
To
(
stream
:
WritableStream
, x
:
number
, y
:
number
)
:
void
Parameters
stream:
WritableStream
x:
number
y:
number
Returns
void
move
Cursor
move
Cursor
(
stream
:
WritableStream
, dx
:
number
|
string
, dy
:
number
|
string
)
:
void
Parameters
stream:
WritableStream
dx:
number
|
string
dy:
number
|
string
Returns
void
Generated using
TypeDoc