or()
Combines this binding with another using OR semantics.
or(other: Binding): Binding<T>;
Summary
Returns the first truthy value, or the last falsy value if neither is truthy.
Parameters
- other — Another binding to combine with
Return value
A new binding with OR logic applied
Related
class Binding
A class that represents a property binding.
