Documentation
Preparing search index...
@sdk/core
DispatchArgsOf
Type Alias DispatchArgsOf<Events, K>
DispatchArgsOf
:
void
extends
Events
[
K
]
?
[
K
]
:
[
K
,
Events
[
K
]
]
Helper type to create the arguments to
dispatchEvent
of an
EventDispatcher
.
Type Parameters
Events
extends
Record
<
EventType
,
unknown
>
K
extends
keyof
Events
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Helper type to create the arguments to
dispatchEventof an EventDispatcher.