Skip to main content

Pentaho+ documentation has moved!

The new product documentation portal is here. Check it out now at docs.hitachivantara.com

 

Hitachi Vantara Lumada and Pentaho Documentation

IDiscreteDomainType

pentaho.type.mixins.spec. IDiscreteDomainType

The spec.IDiscreteDomainType interface represents the specification made available to a property type by the discrete domain mixin.

Source: doc-js/pentaho/type/mixins/spec/IDiscreteDomainType.jsdoc, line 17

See also: pentaho.type.mixins.DiscreteDomain

Members

Name Description
domain : Array.<pentaho.type.spec.Element> | pentaho.type.spec.PropertyDynamicAttribute.<Array.<pentaho.type.spec.Element>>

The list of valid values of the property type.

Members Details

domain: Array.<pentaho.type.spec.Element> | pentaho.type.spec.PropertyDynamicAttribute.<Array.<pentaho.type.spec.Element>>

The list of valid values of the property type.

Source: doc-js/pentaho/type/mixins/spec/IDiscreteDomainType.jsdoc, line 26

See also: pentaho.type.mixins.DiscreteDomainType#domain