Right, but not directly from within the custom action code, correct? Only on the callback from the triggerActionEvent?
For example, I'm finding that I have multiple custom actions that need to reference the same helper function and so I'm copying and pasting into each of them, but ideally I could just have that function in one place and refer to it from within each of the custom actions.