Search
Preparing search index...
The search index is not available
pinus-admin
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
ScriptsModule
Class ScriptsModule
Hierarchy
ScriptsModule
Implements
IModule
Index
Constructors
constructor
Properties
app
commands
root
module
Id
Methods
client
Handler
monitor
Handler
Constructors
constructor
new
Scripts
Module
(
opts
:
object
)
:
ScriptsModule
Parameters
opts:
object
app
:
string
path
:
string
Returns
ScriptsModule
Properties
app
app
:
any
commands
commands
:
object
Type declaration
[
key:
string
]:
Function
root
root
:
string
Static
module
Id
module
Id
:
string
= "scripts"
Methods
client
Handler
client
Handler
(
agent
:
MasterAgent
, msg
:
any
, cb
:
MasterCallback
)
:
void
Parameters
agent:
MasterAgent
msg:
any
cb:
MasterCallback
Returns
void
monitor
Handler
monitor
Handler
(
agent
:
MonitorAgent
, msg
:
any
, cb
:
MonitorCallback
)
:
void
Parameters
agent:
MonitorAgent
msg:
any
cb:
MonitorCallback
Returns
void
Globals
Scripts
Module
constructor
app
commands
root
module
Id
client
Handler
monitor
Handler