Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IIsLess

pentaho.data.filter.spec.IIsLess

The spec.IIsLess interface describes the information associated with a is less filter.

Source: doc-js/pentaho/data/filter/spec/IIsLess.jsdoc, line 17

See also:  pentaho.data.filter.IsLess

Extends

Members

Name Description
property : string

The name of the property.

value : pentaho.type.UElement

The value which the property is expected to be less than.

Members Details

property: string

The name of the property.

Source: doc-js/pentaho/data/filter/spec/IProperty.jsdoc, line 28

Inherited From: pentaho.data.filter.spec.IProperty#property

value: pentaho.type.UElement

The value which the property is expected to be less than.

Source: doc-js/pentaho/data/filter/spec/IIsLess.jsdoc, line 28