@wailsio/runtime
Preparing search index...
Events
WailsEventData
Type Alias WailsEventData<E>
WailsEventData
:
E
extends
keyof
CustomEvents
?
CustomEvents
[
E
]
:
E
extends
SystemEventName
?
void
:
any
The data type associated to a given event.
Type Parameters
E
extends
WailsEventName
=
WailsEventName
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@wailsio/runtime
Loading...
The data type associated to a given event.