I started learning SDK docmentation.
In c3runtime folder has actions.js conditions.js expressions.js
where can I find documentation about these properties:
- self.C3.Plugins.MyCompany_SingleGlobal.Exps
- self.C3.Plugins.MyCompany_SingleGlobal.Acts
- self.C3.Plugins.MyCompany_SingleGlobal.Cnds
I find the "self.C3.Plugins.MyCompany_SingleGlobal" what means but I cannot find documentation about "Exps", "Acts", "Cnds"
Is there any other property?