When following the tutorial, there is this piece of code for the operations. What is the difference between an action and a description. I was not able to see any usage for the action property when compiling the module.
options: [
{
name: 'Create',
value: 'create',
description: 'Create a contact',
action: 'Create a contact',
},
],