Stone.js API
Docs
Home
Preparing search index...
stone-js-pipeline/src/declarations
PipelineHookContext
Interface PipelineHookContext<T, R, Args>
PipelineHookContext Type.
interface
PipelineHookContext
<
T
=
unknown
,
R
=
T
,
Args
extends
any
[]
=
any
[]
>
{
instance
:
PipeCustomInstance
<
T
,
R
>
;
passable
:
T
;
pipe
:
MetaPipe
<
T
,
R
,
Args
>
;
pipes
:
MetaPipe
<
T
,
R
,
Args
>
[]
;
}
Type Parameters
T
=
unknown
R
=
T
Args
extends
any
[]
=
any
[]
Index
Properties
instance
passable
pipe
pipes
Properties
instance
instance
:
PipeCustomInstance
<
T
,
R
>
passable
passable
:
T
pipe
pipe
:
MetaPipe
<
T
,
R
,
Args
>
pipes
pipes
:
MetaPipe
<
T
,
R
,
Args
>
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
instance
passable
pipe
pipes
Docs
Home
Stone.js API
Loading...
PipelineHookContext Type.