interface Hookable {
    hooks?: boolean;
}

Hierarchy (View Summary)

Properties

Properties

hooks?: boolean

If false the applicable hooks will not be called. The default value depends on the context.

true