← Home

Elder.js Hook: customizeHooks

customizeHooks : Used to modify what hooks can mutate which properties all hooks.

This hook receives the hookInterface.ts file which defines all hook interactions. You can customize all 'props' and 'mutable' of all hooks by using this hook. This is a power user hook and unless you know Elder.js internals don't mess with it.

Props :
perf
hookInterface
errors
Mutable :
hookInterface
errors
This hook is an 'advanced' hook meaning it geared towards advanced users or plugins.
Stable · Location: Elder.ts
Elder.js hook Lifecycle