Documentation

clone()

Creates a copy of this binding.

protected clone(): Binding<any>;

Notes

Return value

A new binding, with the same source path and type

Related