Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IDiscreteDomainTypeProto

pentaho.type.mixins.spec. IDiscreteDomainTypeProto

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

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

See also: pentaho.type.mixins.DiscreteDomain

Members

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

The list of valid values of the property type.

Members Details

domain:  Array.<<code>pentaho.type.spec.UElement> | pentaho.type.spec.PropertyDynamicAttribute.<<code>Array.<<code>pentaho.type.spec.UElement>>

The list of valid values of the property type.

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

See also: pentaho.type.mixins.DiscreteDomain.Type#domain