Documentation

lte()

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

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

Parameters

Return value

A new binding, typed as a boolean

Related