Search
Preparing search index...
The search index is not available
jsxapi
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
jsxapi
xapi/components
Event
Class Event
Interface to XAPI events.
Hierarchy
Component
<
this
>
&
Listenable
<
any
,
this
>
Event
Index
Constructors
constructor
Properties
normalize
Path
off
on
once
prefix
xapi
Constructors
constructor
new
Event
(
xapi
:
XAPI
)
:
Event
Parameters
xapi:
XAPI
Returns
Event
Properties
normalize
Path
normalize
Path
:
(
path
:
Path
)
=>
(
string
|
number
)
[]
Type declaration
(
path
:
Path
)
:
(
string
|
number
)
[]
Parameters
path:
Path
Returns
(
string
|
number
)
[]
off
off
:
(
)
=>
void
Type declaration
(
)
:
void
Returns
void
on
on
:
<
T
>
(
path
:
Path
, listener
:
Listener
<
T
>
)
=>
Registration
Type declaration
<
T
>
(
path
:
Path
, listener
:
Listener
<
T
>
)
:
Registration
Type parameters
T =
any
Parameters
path:
Path
listener:
Listener
<
T
>
Returns
Registration
once
once
:
<
T
>
(
path
:
Path
, listener
:
Listener
<
T
>
)
=>
Registration
Type declaration
<
T
>
(
path
:
Path
, listener
:
Listener
<
T
>
)
:
Registration
Type parameters
T =
any
Parameters
path:
Path
listener:
Listener
<
T
>
Returns
Registration
prefix
prefix
:
string
= 'Event'
Readonly
xapi
xapi
:
XAPI
Modules
backend
backend/tsh
backend/ws
browser
connect
index
json-
parser
log
schema
schema/fetch
schema/generate
schema/nodes
schema/utils
transport/duplexer
transport/ssh
transport/stream
transport/tsh
transport/ws
types
version
xapi
xapi/components
xapi/exc
xapi/feedback
xapi/mixins
xapi/normalize
Path
xapi/proxy
xapi/rpc
xapi/types
Event
constructor
normalize
Path
off
on
once
prefix
xapi
Generated using
TypeDoc
Interface to XAPI events.