Preparing search index...
The search index is not available
@egomobile/next-utils
@egomobile/next-utils
EnhanceServerContext
Type alias EnhanceServerContext<TContext>
Enhance
Server
Context
<
TContext
>
:
(
(
context
)
=>
void
|
PromiseLike
<
void
>
)
Function that enhances a server context.
Type Parameters
TContext
=
IWithServerPropsActionContext
Type declaration
(
context
)
:
void
|
PromiseLike
<
void
>
Parameters
context
:
IEnhanceServerContextExecutionContext
<
TContext
>
The context to anhance.
Returns
void
|
PromiseLike
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@egomobile/next-utils
Loading...
Generated using
TypeDoc
Function that enhances a server context.