Interface implemented by command objects.
For details, please see the command property.
executeCommand(parameter: any): void
Executes the command with a given parameter.
The parameter passed to the command is defined by the value of the commandParameterPath property of the current item. If the commandParameterPath property is not specified, the parameter passed is the item itself.