Popii - v0.5.1
GitHub
npm
Preparing search index...
index
ComponentRegularMiddleware
Type Alias ComponentRegularMiddleware<TState, TInput, TLocals>
ComponentRegularMiddleware
:
(
pop
:
ComponentPop
<
TState
,
TInput
,
TLocals
>
,
next
:
(
err
?:
any
)
=>
Promise
<
void
>
|
void
,
)
=>
Promise
<
void
>
|
void
Standard component middleware — receives the component pop context and a
next
function.
Type Parameters
TState
=
any
TInput
=
any
TLocals
=
PopiiLocals
&
Record
<
string
,
any
>
Type Declaration
(
pop
:
ComponentPop
<
TState
,
TInput
,
TLocals
>
,
next
:
(
err
?:
any
)
=>
Promise
<
void
>
|
void
,
)
:
Promise
<
void
>
|
void
Parameters
pop
:
ComponentPop
<
TState
,
TInput
,
TLocals
>
next
:
(
err
?:
any
)
=>
Promise
<
void
>
|
void
Returns
Promise
<
void
>
|
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
GitHub
npm
Popii - v0.5.1
Loading...
Standard component middleware — receives the component pop context and a
nextfunction.