Search
Preparing search index...
The search index is not available
@nextcloud/event-bus - v1.0.1
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
ProxyBus
Class ProxyBus
Hierarchy
ProxyBus
Implements
EventBus
Index
Constructors
constructor
Properties
bus
Methods
emit
get
Version
subscribe
unsubscribe
Constructors
constructor
new
Proxy
Bus
(
bus
:
EventBus
)
:
ProxyBus
Parameters
bus:
EventBus
Returns
ProxyBus
Properties
Private
bus
bus
:
EventBus
Methods
emit
emit
(
name
:
string
, event
:
Event
)
:
void
Parameters
name:
string
event:
Event
Returns
void
get
Version
get
Version
(
)
:
string
Returns
string
subscribe
subscribe
(
name
:
string
, handler
:
EventHandler
)
:
void
Parameters
name:
string
handler:
EventHandler
Returns
void
unsubscribe
unsubscribe
(
name
:
string
, handler
:
EventHandler
)
:
void
Parameters
name:
string
handler:
EventHandler
Returns
void
Globals
Proxy
Bus
constructor
bus
emit
get
Version
subscribe
unsubscribe
Simple
Bus
Event
Event
Bus
Event
Handler
emit
subscribe
unsubscribe
Generated using
TypeDoc