Documentation

lt()

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

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

Parameters

Return value

A new binding, typed as a boolean

Related