mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 14:51:15 +00:00
parent
e79dcc4bec
commit
0feb674612
3 changed files with 0 additions and 15 deletions
|
@ -151,11 +151,8 @@ export component Example inherits Window {
|
|||
}
|
||||
```
|
||||
|
||||
<!--
|
||||
## Change Callbacks
|
||||
|
||||
**This feature is still experimental**
|
||||
|
||||
In Slint, it's possible to define a callback that is invoked when a property's value changes.
|
||||
|
||||
```slint
|
||||
|
@ -213,5 +210,3 @@ Using a changed callback forces immediate evaluation of bindings, which are typi
|
|||
This practice also compromises the purity of bindings, complicating edits via graphical editors.
|
||||
Accumulating excessive changed events can introduce issues and bugs, especially in scenarios involving loops, where a change callback modifies a property, potentially triggering changes to the same property.
|
||||
|
||||
|
||||
-->
|
Loading…
Add table
Add a link
Reference in a new issue