EnumMapping

[ Interface ]

interface EnumMapping {
    [index: number]: string;
}

Properties

Name

Type

Description

index

number

Numeric index

-

string

The text value associated with the numeric index.

EnumMapping 1:

Available from version 1.12