gt()
Transforms to a boolean, true if the bound value is greater than a literal value.
gt(value: number): Binding<boolean>;
Parameters
- value — The literal value to compare with
Return value
A new binding, typed as a boolean
Related
class Binding
A class that represents a property binding.
