ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
BeforeExecuteCallback
Type Alias BeforeExecuteCallback
BeforeExecuteCallback
:
(
reqCtx
:
RequestContext
)
=>
Promise
<
void
>
Callback called before execution starts.
Type Declaration
(
reqCtx
:
RequestContext
)
:
Promise
<
void
>
Parameters
reqCtx
:
RequestContext
Returns
Promise
<
void
>
ADK for TypeScript: API Reference - v1.5.0
Loading...
Callback called before execution starts.