CommandHandler Interface

Definition for a command handler.

Properties

Name Type Description
execute (args?: any) => any | undefined Function to execute  
getCommandArgs () => any[] | undefined Function to get the parameters passed to the function  
parameters any | undefined Parameters passed to the function  

Defined in

Last Updated: 13 May, 2024