Search
Preparing search index...
The search index is not available
AncientSouls Documentation
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"ancient-funicular/src/lib/funiculars-manager"
FunicularsManager
Class FunicularsManager<IN, IEventsList>
Type parameters
IN
:
TFunicular
IEventsList
:
IFunicularsManagerEventsList
Hierarchy
IFunicularsManager
FunicularsManager
Indexable
[
key:
string
]:
any
Index
Constructors
constructor
Properties
List
emitter
id
is
Destroyed
Methods
add
destroy
emit
generate
Id
off
on
once
remove
wrap
Constructors
Static
constructor
new
Funiculars
Manager
(
id
?:
string
)
:
any
Parameters
Optional
id:
string
Returns
any
Properties
Static
List
List
:
TClass
<
IN
>
Static
emitter
emitter
:
EventEmitter
Static
id
id
:
string
Static
is
Destroyed
is
Destroyed
:
boolean
Methods
Static
add
add
(
node
:
IN
)
:
this
Parameters
node:
IN
Returns
this
Static
destroy
destroy
(
)
:
void
Returns
void
Static
emit
emit<IE>
(
eventName
:
IE
, data
:
IEventsList[IE]
)
:
this
Type parameters
IE
:
keyof IEventsList
Parameters
eventName:
IE
data:
IEventsList[IE]
Returns
this
Static
generate
Id
generate
Id
(
)
:
string
Returns
string
Static
off
off<IE>
(
eventName
:
IE
, listener
:
function
)
:
this
Type parameters
IE
:
keyof IEventsList
Parameters
eventName:
IE
listener:
function
(
data
:
IEventsList[IE]
)
:
void
Parameters
data:
IEventsList[IE]
Returns
void
Returns
this
Static
on
on<IE>
(
eventName
:
IE
, listener
:
function
)
:
this
Type parameters
IE
:
keyof IEventsList
Parameters
eventName:
IE
listener:
function
(
data
:
IEventsList[IE]
)
:
void
Parameters
data:
IEventsList[IE]
Returns
void
Returns
this
Static
once
once<IE>
(
eventName
:
IE
, listener
:
function
)
:
this
Type parameters
IE
:
keyof IEventsList
Parameters
eventName:
IE
listener:
function
(
data
:
IEventsList[IE]
)
:
void
Parameters
data:
IEventsList[IE]
Returns
void
Returns
this
Static
remove
remove
(
node
:
IN
)
:
this
Parameters
node:
IN
Returns
this
Static
wrap
wrap
(
node
:
IN
)
:
this
Parameters
node:
IN
Returns
this
Globals
"ancient-
funicular/src/lib/funiculars-
manager"
Funiculars
Manager
constructor
List
emitter
id
is
Destroyed
add
destroy
emit
generate
Id
off
on
once
remove
wrap
IFuniculars
Manager
IFuniculars
Manager
Events
List
TFuniculars
Manager
Mixed
Funiculars
Manager
mixin
Generated using
TypeDoc