The hooks configuration object
Call all handlers registered for a hook. Handlers are called sequentially in registration order.
Remove a previously registered handler.
true if the handler was found and removed
Register a one-time handler that removes itself after execution.
A registry for managing and executing lifecycle hooks. Handlers are executed sequentially in registration order.
While built-in hooks are defined in
ClideHooks
, custom hooks can be registered using any string as the hook name.