Documentation

gte()

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

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

Parameters

Return value

A new binding, typed as a boolean

Related