clone()
Creates a copy of this binding.
protected clone(): Binding<any>;
Notes
- This method is primarily used to be able to copy both plain bindings and string formatted bindings using the same method.
Return value
A new binding, with the same source path and type
Related
class Binding
A class that represents a property binding.
