Search.../

lt( )

Syntax

function lt(propertyName: string, value: any): SubmissionsQueryBuilder

lt Parameters

NAME
TYPE
DESCRIPTION
propertyName
Optional
string

Property whose value is compared with value.

value
Optional
any

Value to compare against.

Returns

Was this helpful?