Hello
What kinds of functions are acceptable for ugui onClick event?
So far I noticed that return type must be `void` and function can have either no parameter or a single primitive parameter `string`, `boolean`,...
Do you guys know any definitive rules that would give me the big picture?
Can I use enum as parameter for instance?
Thank you.
↧