v8.0.6

ht.Binding

Methods

static findFinalRule(name, target) → {ht.Binding.BindingRuleObject}

Parameters:
Name Type Description
name string
target any

static getBindingRule(name) → {ht.Binding.BindingRuleObject|ht.Binding.BindingRuleFunc}

Parameters:
Name Type Description
name string

static setBindingRule(name, rule) → {void}

Parameters:
Name Type Description
name string
rule ht.Binding.BindingRuleObject | ht.Binding.BindingRuleFunc
Returns:
void

Type Definitions

BindingRuleFunc

Properties:
Name Type Description
func Object

BindingRuleObject

Properties:
Name Type Attributes Description
getter ht.Binding.getterFunc <optional>
setter ht.Binding.setterFunc

getterFunc(target) → {any}

Parameters:
Name Type Description
target any
Returns:
any

setterFunc(target, value) → {void}

Parameters:
Name Type Description
target any
value any
Returns:
void