Search
Preparing search index...
The search index is not available
ts-framework (v2.7.2)
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ReplConsole
Class ReplConsole
Hierarchy
Service
ReplConsole
Implements
Component
Index
Constructors
constructor
Properties
logger
options
repl
server
type
Methods
clear
describe
get
Context
help
on
Init
on
Mount
on
Ready
on
Unmount
Constructors
constructor
new
Repl
Console
(
options
:
ReplConsoleOptions
)
:
ReplConsole
Parameters
options:
ReplConsoleOptions
Returns
ReplConsole
Properties
logger
logger
:
LoggerInstance
options
options
:
ReplConsoleOptions
Optional
repl
repl
:
REPLServer
Optional
server
server
:
Server
type
type
:
SERVICE
Methods
clear
clear
(
)
:
void
Clears the REPL console.
Returns
void
describe
describe
(
)
:
ServiceDescription
Returns
ServiceDescription
get
Context
get
Context
(
)
:
any
Gets the REPL context from framework.
Returns
any
help
help
(
)
:
void
Shows help.
Returns
void
on
Init
on
Init
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
on
Mount
on
Mount
(
server
:
Server
)
:
void
Parameters
server:
Server
Returns
void
on
Ready
on
Ready
(
server
:
Server
)
:
Promise
<
void
>
Parameters
server:
Server
Returns
Promise
<
void
>
on
Unmount
on
Unmount
(
)
:
void
Returns
void
Globals
Repl
Console
constructor
logger
options
repl
server
type
clear
describe
get
Context
help
on
Init
on
Mount
on
Ready
on
Unmount
Clears the REPL console.