You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is getValues() method that returns all values in enum but I can't get a specific value with a specific key without writing extra code. A method that takes a number and returns a string would be very useful for such operation. It could be called something like this: getValueOfKey(key: number)
The text was updated successfully, but these errors were encountered:
There is getValues() method that returns all values in enum but I can't get a specific value with a specific key without writing extra code. A method that takes a number and returns a string would be very useful for such operation. It could be called something like this: getValueOfKey(key: number)
The text was updated successfully, but these errors were encountered: