Details
-
Bug
-
Resolution: Done
-
P2: Important
-
6.1, 6.2
-
a678309dfd132e1b34662c72b8d8d8515e2826d0
Description
The documentation should mention that
- we inject signal parameters as names, but that this is depercated
- that you can use onFoo: (fooParam1, fooParam2) =>
{...} if you need to access the parameters
- that the block syntax (onFoo: {...}) is fine if you don't actually access the parameters