CrmActionLink component renders a clickable link that can execute a built-in set of CRM actions.
This type of component is useful for enabling your extension to interact with other CRM entities, such as records and engagements. To learn more about how CRM action components work together, check out the CRM action components overview.

Props
Variants
Using thevariant prop, you can control the color of the link.
'primary': the default blue (#0091ae).

'light': a white link that turns to a lighter shade of blue on hover (#7fd1de).

'dark': a darker shade of blue (#33475b).

'destructive': a red link (#f2545b).
