Preparing search index...
The search index is not available
@atomic-reactor/reactium-sdk-core
@atomic-reactor/reactium-sdk-core
EventHandlers
Interface EventHandlers
Interface for handlers. Each handler is a function that takes an Event and doesn't return anything.
interface
EventHandlers
{
[
event
:
string
]
:
(
(
e
)
=>
void
)
;
}
Indexable
[
event:
string
]:
(
(
e
)
=>
void
)
(
e
)
:
void
Parameters
e
:
Event
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@atomic-reactor/reactium-sdk-core
Loading...
Interface for handlers. Each handler is a function that takes an Event and doesn't return anything.