g.frame
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Modules
Processor
constructor
agents
events
modules
modules
Instances
viewer
fire
off
on
once
Hierarchy
EventDispatcher
<
string
>
ModulesProcessor
Index
Constructors
constructor
Properties
agents
events
modules
modules
Instances
viewer
Methods
fire
off
on
once
Constructors
constructor
new
Modules
Processor
(
configuration
:
{
bootstrap
:
Bootstrap
;
modules
:
Array
<
AbstractModule
>
;
viewerConfig
:
IViewerConfig
}
)
:
ModulesProcessor
Parameters
configuration:
{
bootstrap
:
Bootstrap
;
modules
:
Array
<
AbstractModule
>
;
viewerConfig
:
IViewerConfig
}
bootstrap
:
Bootstrap
modules
:
Array
<
AbstractModule
>
viewer
Config
:
IViewerConfig
Returns
ModulesProcessor
Properties
agents
agents
:
ConstructorInstanceMap
<
any
>
Protected
events
events
:
Array
<
EventDescriptor
<
string
>
>
modules
modules
:
ConstructorInstanceMap
<
AbstractModule
>
modules
Instances
modules
Instances
:
Map
<
typeof
AbstractModule
,
Array
<
any
>
>
= new Map<typeof AbstractModule, Array<any>>()
viewer
viewer
:
Viewer
Methods
fire
fire
(
eventName
:
string
|
Array
<
string
>
, data
?:
ParentEvent
<
string
>
)
:
this
Parameters
eventName:
string
|
Array
<
string
>
Default value
data:
ParentEvent
<
string
>
= new ParentEvent<T>()
Returns
this
off
off
(
eventName
?:
string
, callback
?:
Function
)
:
this
Parameters
Optional
eventName:
string
Optional
callback:
Function
Returns
this
on
on
(
eventName
:
string
, callback1
:
Function
, callback2
?:
Function
)
:
this
Parameters
eventName:
string
callback1:
Function
Optional
callback2:
Function
Returns
this
once
once
(
eventName
:
string
, callback1
:
Function
, callback2
?:
Function
)
:
this
Parameters
eventName:
string
callback1:
Function
Optional
callback2:
Function
Returns
this
Generated using
TypeDoc