EnumMapping
[ Interface ]
interface EnumMapping {
[index: number]: string;
}Properties
Name | Type | Description |
|---|---|---|
index | Numeric index | |
- | The text value associated with the numeric index. |
![]() | Available from version 1.12 |
[ Interface ]
interface EnumMapping {
[index: number]: string;
}Name | Type | Description |
|---|---|---|
index | Numeric index | |
- | The text value associated with the numeric index. |
![]() | Available from version 1.12 |