H5P NodeJS Library
GitHub
Preparing search index...
@lumieducation/h5p-webcomponents
IH5PEventDispatcher
Interface IH5PEventDispatcher
interface
IH5PEventDispatcher
{
off
(
eventName
:
string
,
callback
:
(
event
:
any
)
=>
void
,
that
?:
any
)
:
any
;
on
(
eventName
:
string
,
callback
:
(
event
:
any
)
=>
void
,
that
?:
any
)
:
any
;
}
Index
Methods
off
on
Methods
off
off
(
eventName
:
string
,
callback
:
(
event
:
any
)
=>
void
,
that
?:
any
)
:
any
Parameters
eventName
:
string
callback
:
(
event
:
any
)
=>
void
Optional
that
:
any
Returns
any
on
on
(
eventName
:
string
,
callback
:
(
event
:
any
)
=>
void
,
that
?:
any
)
:
any
Parameters
eventName
:
string
callback
:
(
event
:
any
)
=>
void
Optional
that
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
off
on
GitHub
H5P NodeJS Library
Loading...