Stone.js API
Docs
Home
Preparing search index...
stone-js-core/src/declarations
LifecycleHookType
Type Alias LifecycleHookType<BlueprintType, AdapterContextType, RawResponseType, IncomingEventType, OutgoingResponseType>
LifecycleHookType
:
BlueprintHookType
<
BlueprintType
>
&
AdapterHookType
<
AdapterContextType
,
RawResponseType
,
>
&
KernelHookType
<
IncomingEventType
,
OutgoingResponseType
>
Represents the application lifecycle hooks.
Type Parameters
BlueprintType
extends
IBlueprint
=
IBlueprint
AdapterContextType
=
unknown
RawResponseType
=
unknown
IncomingEventType
extends
IncomingEvent
=
IncomingEvent
OutgoingResponseType
extends
OutgoingResponse
=
OutgoingResponse
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Docs
Home
Stone.js API
Loading...
Represents the application lifecycle hooks.