1
0
Fork 0
freesewing/markdown/dev/reference/api/hooks/en.md
Joost De Cock 249f2600e5 chore: More linting
@nicholasdower is smarter than me. What's missing was the
`listItemIndent` setting
2022-02-20 14:44:38 +01:00

461 B

title for about
Hooks API developers Documents the available lifecycle hooks in Core and how to use them

A hook is a lifecycle event.

You can register a method for a hook. When the hook is triggered, your method will be called. It will receive two parameters:

  • An object relevant to the hook (see the specific hook for details)
  • Data passed when the hook was registered (optional)

Below is a list of all available hooks: