I tried using a parameter in an emit block within a user defined action like this:
my_action = defaction(css_class) {
emit <| $K(css_class).append("<span>!!</span>"); |>
}
but when that runs you see a console message "css_class is not defined".
How do I set up the parameter so I can use it within the 'emit' block?