Meta-data about a hook implementation.

interface HookMetadata {
    name: string;
}

Properties

Properties

name: string

Name of the hook.