CommandHandler Interface

Beta

Definition for a command handler used by CommandItemProps.

Properties

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

Defined in

Last Updated: 08 January, 2020