Preparing search index...
The search index is not available
Documentation
Documentation
Middleware Stack
Terminalware
Type alias Terminalware<Input, Output, Context>
Terminalware
<
Input
,
Output
,
Context
>
:
(
(
context
)
=>
FinalizeHandler
<
Input
,
Output
>
)
A factory function that creates the terminal handler atop which a middleware stack sits.
Type Parameters
Input
extends
object
Output
extends
object
Context
extends
object
=
object
Type declaration
(
context
)
:
FinalizeHandler
<
Input
,
Output
>
Parameters
context
:
MiddlewareExecutionContext
<
Context
>
Returns
FinalizeHandler
<
Input
,
Output
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
A factory function that creates the terminal handler atop which a middleware stack sits.