PluginLifecyclePhase

Signature

export type PluginLifecyclePhase = 'resolve' | 'requires' | 'options' | 'register' | 'client' | 'ctx' | 'shared' | 'commands.add' | 'components.add' | 'setup' | 'teardown' | `event:${string}`;

Members

This export does not declare public properties or methods in the generated declaration file.