vapor-chamber API reference - v1.3.0
Repo
Performance
Roadmap
Laravel integration
Preparing search index...
index
BeforeHook
Type Alias BeforeHook
BeforeHook
:
(
cmd
:
Command
)
=>
void
Fires before the handler runs. Throw to cancel the dispatch (returns
{ ok: false }
).
Type Declaration
(
cmd
:
Command
)
:
void
Parameters
cmd
:
Command
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Repo
Performance
Roadmap
Laravel integration
vapor-chamber API reference - v1.3.0
Loading...
Fires before the handler runs. Throw to cancel the dispatch (returns
{ ok: false }).