Interface HookProvider

An interface to be implemented by objects that initialize Hook objects.

Hierarchy

  • HookProvider

Properties

Properties

init: ((props: HookConfig) => Promise<Hook>)

Type declaration

type: string

The name of the hook that this provider initializes.

Generated using TypeDoc