StringFormatBinding
 class StringFormatBinding
class StringFormatBinding
extends Binding
Represents a set of bindings (see Binding) that are compiled into a single string value.
Note: Use the bindf function to create instances of this class.
Constructor
(format: string, ...args: (string | Binding)[]): StringFormatBinding
 .toString()
.toString()
(): string
Return a string representation of this binding, for error messages and debug logging.
 .isComponentBinding()
.isComponentBinding()
(): true
Inherited from Binding.isComponentBinding.
 .id
.id
string
Inherited from Binding.id.
 .propertyName
.propertyName
string
Inherited from Binding.propertyName.
 .bindings
.bindings
readonly Binding[]
Inherited from Binding.bindings.
 .parent
.parent
Inherited from Binding.parent.
 .addFilter()
.addFilter()
(fmt: string): this
Inherited from Binding.addFilter.
 .then()
.then()
(trueValue: any): this
Inherited from Binding.then.
 .else()
.else()
(falseValue: any): this
Inherited from Binding.else.
 .match()
.match()
(...values: any[]): this
Inherited from Binding.match.
 .nonMatch()
.nonMatch()
(...values: any[]): this
Inherited from Binding.nonMatch.
 .and()
.and()
[1]. (source: Binding): this[2]. (source: string, defaultValue?: any): this
Inherited from Binding.and.
 .or()
.or()
[1]. (source: Binding): this[2]. (source: string, defaultValue?: any): this
Inherited from Binding.or.
 .debuggerLog()
.debuggerLog()
(): this
Inherited from Binding.debuggerLog.
