setup default behaviour

This commit is contained in:
Dima Granetchi
2017-03-11 02:06:18 +02:00
parent 3b20ef5ece
commit 3e6428390f
9 changed files with 40 additions and 7 deletions
+11
View File
@@ -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`