Skip to content

Commit 280363d

Browse files
authored
Added cfg.EdgeToEdge
1 parent fbbf944 commit 280363d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

files/markup/en/intro/04 Coding Features.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ This includes methods like setInterval and setTimeout which should be converted
4848

4949
**Note:** The same effect can be observed when running in a Node.js environment (using the `cfg.Node` flag)
5050

51+
#### cfg.EdgeToEdge
52+
This will enable edge-to-edge feature when device supports edge-to-edge.
53+
5154

5255
## app.eventSource
5356
In callback functions of controls you can use <js nobox>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 <js nobox>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

Comments
 (0)