arvo-event-handler
Preparing search index...
index
ArvoEventHandlerFunction
Type Alias ArvoEventHandlerFunction<TContract>
ArvoEventHandlerFunction
:
{
[
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.