vapor-chamber API reference - v1.3.0
    Preparing search index...

    Type Alias BeforeHook

    BeforeHook: (cmd: Command) => void

    Fires before the handler runs. Throw to cancel the dispatch (returns { ok: false }).

    Type Declaration