Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EnumValue

A value with alternative representations.

Example:

{
    valueType: 'enum',
    constructor: 'Red'
}

To express values in a more concise way, you can have a look at the ValueHelpers.

see

Identifier

Hierarchy

  • EnumValue

Index

Properties

constructor

constructor: string

Optional enumId

enumId: Identifier

valueType

valueType: "enum"

Generated using TypeDoc