Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IEnumTypeProto

pentaho.type.mixins.spec.IEnumTypeProto

The spec.IEnumTypeProto interface represents the specification made available to an element type by the enumeration mixin.

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

See also:  pentaho.type.mixins.Enum

Members

Name Description
domain : Array.<pentaho.type.spec.USimple>

The list of valid values of the type.

Members Details

domain: Array.<pentaho.type.spec.USimple>

The list of valid values of the type.

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

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