EnumOption

constructor(name: String, e: Array<Enum>)

Create a new EnumOption.

Parameters

name

The name of this option

e

The enum to back these options


constructor(name: String, e: Array<Enum>, def: Enum)

Create a new EnumOption.

Parameters

name

The name of this option

e

The enum to back these options

def

Default value