Share via


AtlasEnumElementDef interface

class that captures details of an enum-element.

Properties

description

The description of the enum element definition.

ordinal

The ordinal of the enum element definition.

value

The value of the enum element definition.

Property Details

description

The description of the enum element definition.

description?: string

Property Value

string

ordinal

The ordinal of the enum element definition.

ordinal?: number

Property Value

number

value

The value of the enum element definition.

value?: string

Property Value

string