Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EnumClass

Hierarchy

Implements

Index

Constructors

  • new EnumClass(__namedParameters: { index: number; noCheckStrUnique?: boolean; str: string }): EnumClass
  • Parameters

    • __namedParameters: { index: number; noCheckStrUnique?: boolean; str: string }
      • index: number
      • Optional noCheckStrUnique?: boolean
      • str: string

    Returns EnumClass

Properties

index: number
str: string
symbol: symbol
__indices: Map<Function, number[]> = ...
__strings: Map<Function, string[]> = ...

Methods

  • toJSON(): number
  • toString(): string

Generated using TypeDoc