setup default behaviour
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
- neat API for subscribing to properties and methods changes
|
||||
- extended API for custom expressions binding
|
||||
- API for fast properties binding
|
||||
- support `@:bindable` attribute in interfaces
|
||||
|
||||
======
|
||||
|
||||
@@ -108,6 +109,16 @@ Log level | Description
|
||||
|
||||
======
|
||||
|
||||
## Setup:
|
||||
|
||||
Define | Description | Default value
|
||||
------------ | ------------- | -------------
|
||||
`bindx_lazy_signal` | lazy signal initiazation. `-D bindx_lazy_signal=0` disable option | true
|
||||
`bindx_inline_signal_getter` | inline signal getter | false
|
||||
`bindx_inline_setter` | inline autogenerated setter | false
|
||||
|
||||
======
|
||||
|
||||
## Additional
|
||||
|
||||
- BindExt and `this`. Use `this.bindableA.bindableB` to listen changes of `bindableA`, not only `bindableB`
|
||||
|
||||
Reference in New Issue
Block a user