Preparing search index...
The search index is not available
arvo-event-handler
arvo-event-handler
index
ArvoEventHandlerFunction
Type Alias ArvoEventHandlerFunction<TContract>
Arvo
Event
Handler
Function
<
TContract
>
:
{
[
V
in
ArvoSemanticVersion
&
keyof
TContract
[
"versions"
]
]
:
(
(
params
:
ArvoEventHandlerFunctionInput
<
VersionedArvoContract
<
TContract
,
V
>
>
)
=>
Promise
<
ArvoEventHandlerFunctionOutput
<
VersionedArvoContract
<
TContract
,
V
>
>
[]
|
ArvoEventHandlerFunctionOutput
<
VersionedArvoContract
<
TContract
,
V
>
>
|
void
>
)
}
Defines the structure of an ArvoEvent handler function.
Type Parameters
TContract
extends
ArvoContract
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
arvo-event-handler
Loading...
Defines the structure of an ArvoEvent handler function.