Documentation

gt()

Transforms to a boolean, true if the bound value is greater than a literal value.

gt(value: number): Binding<boolean>;

Parameters

Return value

A new binding, typed as a boolean

Related