update readme
This commit is contained in:
@@ -75,9 +75,9 @@ BindExt.exprTo(expr, toExpr) | Bind any valid `expr` to `toExpr`. (NB: for the f
|
||||
|
||||
## `bindx.IBindable` and @:bindable meta:
|
||||
|
||||
Bindx will process special meta - `@:bindable`. If `@:bindable` is set for the whole class then it will be inherited by all public properties which don't have this meta already. `@:bindable` only processed for classes which implement `bindx.IBindable`.
|
||||
Bindx will process special meta - `@:bindable`. If `@:bindable` is set for the whole class then it will be inherited by all public properties which don't have this meta already. `@:bindable` only processed for classes and interfaces which implement `bindx.IBindable`.
|
||||
|
||||
Accepts additional arguments: `@:bindable(paramName1 = value, paramName2 = value ...)`
|
||||
Accepts additional arguments: `@:bindable(paramName1 = value, paramName2 = value ...)`, short notation `paramName` equals with `paramName = true`
|
||||
|
||||
Parameter | Default value | Description
|
||||
------------ | ------------- | -------------
|
||||
|
||||
+2
-2
@@ -75,9 +75,9 @@ BindExt.exprTo(expr, toExpr) | Связывание произвольного
|
||||
|
||||
## `bindx.IBindable` и @:bindable meta:
|
||||
|
||||
Свойства и методы с метой `@:bindable` специально обрабатываются. `@:bindable` мета указанная для класса наследуется для всех публичных свойств без указанной `@:bindable` меты. Мета `@:bindable` учитывается только в классах реализующих пустой интерфейс `bindx.IBindable`.
|
||||
Свойства и методы с метой `@:bindable` специально обрабатываются. `@:bindable` мета указанная для класса наследуется для всех публичных свойств без указанной `@:bindable` меты. Мета `@:bindable` учитывается только в классах и интерфейсах реализующих пустой интерфейс `bindx.IBindable`.
|
||||
|
||||
Поддерживает дополнительные параметры `@:bindable(paramName1 = value, paramName2 = value ...)`
|
||||
Поддерживает дополнительные параметры `@:bindable(paramName1 = value, paramName2 = value ...)`, короткая запись `paramName` эквивалентна `paramName = true`
|
||||
|
||||
Parameter | Default value | Description
|
||||
------------ | ------------- | -------------
|
||||
|
||||
Reference in New Issue
Block a user