Action Class in Scripting Interface

In reference to the scripting documentation for the Action class https://docs.toonboom.com/help/storyboard-pro-6/storyboard/scripting/reference/classAction.html#ae6997d86bbdb9d24ab0ec06efdd9ed8e

Is there documentation of what actions are available? There are two examples using onActionAbout() and onActionHideSubNode(), but I can’t seem to find any documentation for what others are available.

While I work with JS, I am unfamiliar with QtScript. Maybe there is a way to introspect ‘slots’?

Thanks for the hint! The API is pretty opaque. Since I posted this I learned that QtScript is actually deprecated in Qt 5, which could explain why the scripting interface is so limited and poorly documented.

you can find a few of them in the xmls here: C:\Program Files (x86)\Toon Boom Animation\Toon Boom Storyboard Pro 6\resources

menus.xml, sb_menus.xml

I’m having trouble with this as well, though, for any slots that require a parameter, like blur:

onActionApplyEffectToBitmapLayer(QString, QString)

Does anyone know how to call these actions?