Interface EnumerationLiteral

Possible value of an enumeration attribute

interface EnumerationLiteral {
    color: string;
    description: string;
    name: string;
    position: number;
}

Properties

color: string
description: string
name: string
position: number

Ordinal position of the literal in the list of all possible literals of the corresponding enumeration attribute