Code Studio Event Action parameters

I want to pass a parameter into a Code Studio Event Action. I can see how to create the parameter and pass it in. However, I cannot find any information on how to access the value of the parameter from within the code. Can anyone help?

In your case would be something like

const multiplier = params.custom.multiplier;

Thanks Sean, that worked. :slight_smile:

I can’t understand why something so simple is not in the help documentation.