Options
All
  • Public
  • Public/Protected
  • All
Menu

The registry of registered hooks.

This API is dedicated for developer of Builders.

Hierarchy

  • HookRegistry

Indexable

[key: string]: { after: Function[]; before: Function[]; between: Function[] }
  • after: Function[]
  • before: Function[]
  • between: Function[]

Generated using TypeDoc