Data binding expression of a sequence
A data binding expression that never changes.
An data binding expression of sequence that never changes.
A mechanism that mounts the result of a data binding expression of a sequence into DOM or other system.
Source variable of data binding expression.
Source variable of data binding expression.
You can manually change the value:
val bindingVar = Var("initial value") bindingVar := "changed value"
Then, any data binding expressions that depend on this Var will be changed automatically.
Source sequence of data binding expression.
A mechanism that mounts the result of a data binding expression of a single value into DOM or other system.
A mechanism that mounts the result of a data binding expression of a single value into DOM or other system.
(Since version 10.0.0) Use Binding[Unit]
instead
Monad instances for Binding.
The companion of a data binding expression of a sequence
AST nodes of binding expressions
Author:
杨博 (Yang Bo) <[email protected]>