Preparing search index...
The search index is not available
@octostar/platform-types - v0.5.1
@octostar/platform-types
CustomEventListener
Type Alias CustomEventListener<L>
Custom
Event
Listener
<
L
>
:
(
(
payload
:
L
)
=>
void
)
Type representing a custom event listener.
Type Parameters
L
The type of the event payload.
Type declaration
(
payload
)
:
void
Parameters
payload
:
L
The payload of the event.
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@octostar/platform-types - v0.5.1
Loading...
Type representing a custom event listener.