Documentation
    Preparing search index...
    interface Hookable {
        hooks?: boolean;
    }

    Hierarchy (View Summary)

    Index
    hooks?: boolean

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

    true