Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 6.1, 6.2
-
Fix Version/s: 6.1
-
Component/s: Documentation, QML: Declarative and Javascript Engine
-
Labels:
-
Commits: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