Command › callback?
Official
Type: () => any
Example:
this.addCommand({ id: 'print-greeting-to-console', name: 'Print greeting to console', callback: () => { console.log('Hey, you!'); },});