Expand description
Hook execution for lifecycle events.
This module provides functions to run lifecycle hooks defined in type definitions.
Structs§
- Hook
Result - Result of running a hook that may modify the note.
Functions§
- run_
on_ create_ hook - Run the
on_createhook for a type definition. - run_
on_ update_ hook - Run the
on_updatehook for a type definition.
Type Aliases§
- Update
Hook Result - Alias for backwards compatibility.