Stone.js API
Docs
Home
Preparing search index...
stone-js-pipeline/src/declarations
PipelineHook
Type Alias PipelineHook<T, R, Args>
PipelineHook
:
Record
<
HookName
,
PipelineHookListener
<
T
,
R
,
Args
>
[]
>
Hook Type.
Represents a hook that can either be synchronous or asynchronous.
Type Parameters
T
=
unknown
R
=
T
Args
extends
any
[]
=
any
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Docs
Home
Stone.js API
Loading...
Hook Type.
Represents a hook that can either be synchronous or asynchronous.