StringFormatBinding
class StringFormatBinding
extends Binding
Represents a set of bindings (see Binding
) that are compiled into a single string value.
String format bindings should be created using the bindf
function.
Constructor
(text: any, ...rest: Binding[]): StringFormatBinding
.bindings
readonly Binding[]
Nested Binding
instances for all bindings in the format string.
.isComponentBinding()
(): true
Inherited from Binding.isComponentBinding
.
.id
string
Inherited from Binding.id
.
.propertyName
string
Inherited from Binding.propertyName
.
.parent
Binding
Inherited from Binding.parent
.
.ignoreUnbound
boolean
Inherited from Binding.ignoreUnbound
.
.addFilter()
(fmt: string): this
Inherited from Binding.addFilter
.
.match()
(...values: any[]): this
Inherited from Binding.match
.
.nonMatch()
(...values: any[]): this
Inherited from Binding.nonMatch
.