Options
All
  • Public
  • Public/Protected
  • All
Menu

Listeners to command execution

Hierarchy

  • CommandInvocationListener

Index

Properties

Properties

Optional after

after: function

Action to perform after running the command

returns

Type declaration

Optional before

before: function

Action to perform after running the command

returns

Type declaration

    • (chm: CommandHandlerMetadata): Promise<any>
    • Parameters

      • chm: CommandHandlerMetadata

      Returns Promise<any>

Optional onDispatch

onDispatch: function

Type declaration

Generated using TypeDoc