Preparing search index...
The search index is not available
@bluelibs/runner - v4.0.1
@bluelibs/runner
definitions
IResourceMiddlewareExecutionInput
Interface IResourceMiddlewareExecutionInput<TResourceConfig, TResourceOutput>
interface
IResourceMiddlewareExecutionInput
<
TResourceConfig
,
TResourceOutput
>
{
next
:
(
(
resourceConfig
?:
TResourceConfig
)
=>
Promise
<
TResourceOutput
>
)
;
resource
:
{
config
:
TResourceConfig
;
definition
:
IResource
<
TResourceConfig
,
any
,
any
,
any
,
any
,
TagType
[]
,
ResourceMiddlewareAttachmentType
[]
>
;
}
;
}
Type Parameters
TResourceConfig
=
any
TResourceOutput
=
any
Index
Properties
next
resource
Properties
next
next
:
(
(
resourceConfig
?:
TResourceConfig
)
=>
Promise
<
TResourceOutput
>
)
resource
resource
:
{
config
:
TResourceConfig
;
definition
:
IResource
<
TResourceConfig
,
any
,
any
,
any
,
any
,
TagType
[]
,
ResourceMiddlewareAttachmentType
[]
>
;
}
Resource hook
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
next
resource
@bluelibs/runner - v4.0.1
Loading...
Resource hook