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

    Type Alias AsyncBeforeHook

    AsyncBeforeHook: (cmd: Command) => void | Promise<void>

    Fires before the handler runs on an async bus. Throw or reject to cancel.

    Type Declaration

      • (cmd: Command): void | Promise<void>
      • Parameters

        Returns void | Promise<void>