You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: files/markup/en/intro/04 Coding Features.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,9 @@ This includes methods like setInterval and setTimeout which should be converted
48
48
49
49
**Note:** The same effect can be observed when running in a Node.js environment (using the `cfg.Node` flag)
50
50
51
+
#### cfg.EdgeToEdge
52
+
This will enable edge-to-edge feature when device supports edge-to-edge.
53
+
51
54
52
55
## app.eventSource
53
56
In callback functions of controls you can use <jsnobox>app.eventSource</js> to access the callee control object without having to assign the control to a specific variable. Previously this could be achieved by using the <jsnobox>this</js> keyword. This allows you to create multiple controls with the same behaviour without having to redefine callback functions for different controls:
0 commit comments