Preparing search index...
The search index is not available
@egomobile/next-utils
@egomobile/next-utils
WithServerPropsAction
Type alias WithServerPropsAction<TContext>
With
Server
Props
Action
<
TContext
>
:
(
(
context
)
=>
Promise
<
GetServerSidePropsResult
<
any
>
>
)
An action for a
withServerProps()
call.
Type Parameters
TContext
=
IWithServerPropsActionContext
Type declaration
(
context
)
:
Promise
<
GetServerSidePropsResult
<
any
>
>
Parameters
context
:
TContext
The context.
Returns
Promise
<
GetServerSidePropsResult
<
any
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@egomobile/next-utils
Loading...
Generated using
TypeDoc
An action for a
withServerProps()
call.