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