EnumOverviewEnumerations constructed with the enum declaration can be targeted by the Enum namespace reflection methods. These methods allow introspection of a given enumeration value, specifically noted by their respective declaration.Statics.namefn [E](enumeration: E, variant: Number) -> StringGets the name of an enum variant..labelfn [E](enumeration: E, variant: Number) -> StringGets the label of an enum variant..valuefn [E](enumeration: E, variant: Number) -> NumberGets the value of an enum variant.DebugPrevious PageExceptionNext Page