Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Enumerator<EnumT>

Type parameters

  • EnumT

Hierarchy

  • Enumerator

Index

Properties

Properties

name

name: keyof EnumT

The name of the enumerator.

value

value: EnumT[keyof EnumT]

The value of the numerator.

Generated using TypeDoc