jmap-kit
Preparing search index...
capability-registry/types
TransformationPlugin
Type Alias TransformationPlugin<THook>
TransformationPlugin
:
THook
extends
"pre-serialization"
?
{
hook
:
THook
;
name
:
string
;
trigger
:
PluginTrigger
;
transform
(
this
:
void
,
context
:
PluginContext
<
THook
>
,
)
:
MaybePromise
<
PluginData
<
THook
>
>
;
}
:
{
hook
:
THook
;
name
:
string
;
trigger
:
PluginTrigger
;
transform
(
this
:
void
,
context
:
PluginContext
<
THook
>
,
)
:
MaybePromise
<
PluginData
<
THook
>
>
;
}
Transformation plugin interface
Type Parameters
THook
extends
Exclude
<
PluginLifecycleHook
,
"pre-build"
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
jmap-kit
Loading...
Transformation plugin interface