new StringFormatBinding
Creates a new string-formatted binding using; use bound.strf() instead.
constructor(format: S, ...args: Binding.StringFormatArgsFor<S>)
Note
Use the bound.strf() function to create StringFormatBinding objects rather than calling this constructor.
Parameters
- format — The format string, containing placeholders similar to strf()
- args — A list of associated bindings, or source paths that will be passed to bound()
Related
- class StringFormatBindingA class that represents a string-formatted binding with nested property bindings.