NodeBinding

class NodeBinding[V](state: State[V], parentElement: Element, builder: () => V) extends Binding[V]

Binding subclass specialized for Nodes

Type Params
V

bound value type

Value Params
builder

Function to create the DOM

parentElement

Element to append to

state

State this Binding is bound to

trait Binding[V]
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def addChildBinding(b: Binding[_]): Unit
Definition Classes
override
def destroy(): Unit
Definition Classes
override
def onChange(newValue: V): Unit
Definition Classes