Class $k.ChoiceRange

Represents the value range of a choice attribute

Class Summary
Constructor Attributes Constructor Name and Description
 

Method Summary

Class Detail

$k.ChoiceRange()

Method Detail

  • {$k.Choice} choiceInternalNamed(internalName)
    Returns the choice with the internal name
    Parameters:
    {string} internalName
    The internal name of the choice
    Throws:
    {$k.exception.SchemaError}
    If there is no such choice
    Returns:
    {$k.Choice}
  • {$k.Choice[]} choices()
    Returns the possible choices
    Returns:
    {$k.Choice[]}