interface Hookable {
    hooks?: boolean;
}

Hierarchy (view full)

Properties

Properties

hooks?: boolean

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

Default

true