jmap-kit
Preparing search index...
capability-registry/types
TransformerExecutionContext
Type Alias TransformerExecutionContext<THook>
TransformerExecutionContext
:
THook
extends
"pre-serialization"
?
{
context
:
PluginContext
<
"pre-serialization"
>
;
hook
?:
"pre-serialization"
;
}
:
{
context
:
PluginContext
<
"post-serialization"
>
;
hook
?:
"post-serialization"
;
}
The context provided for the execution of transformation plugins, for each of the lifecycle hooks
Type Parameters
THook
extends
Exclude
<
PluginLifecycleHook
,
"pre-build"
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
jmap-kit
Loading...
The context provided for the execution of transformation plugins, for each of the lifecycle hooks