ixfx
Preparing search index...
@ixfx/iterables
WithEvents
Type Alias WithEvents
type
WithEvents
=
{
addEventListener
(
type
:
string
,
callbackfn
:
any
)
:
void
;
removeEventListener
(
type
:
string
,
callbackfn
:
any
)
:
void
;
}
Index
Methods
add
Event
Listener
remove
Event
Listener
Methods
add
Event
Listener
addEventListener
(
type
:
string
,
callbackfn
:
any
)
:
void
Parameters
type
:
string
callbackfn
:
any
Returns
void
remove
Event
Listener
removeEventListener
(
type
:
string
,
callbackfn
:
any
)
:
void
Parameters
type
:
string
callbackfn
:
any
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
add
Event
Listener
remove
Event
Listener
ixfx
Loading...