Constructor
# abstract new UserState(key)
Parameters:
| Name | Type | Description |
|---|---|---|
key |
string
|
The local storage key. |
Extends
Members
Methods
# getUserState(userID) → {LocalStorageUser}
Gets the state of the specified user.
Parameters:
| Name | Type | Description |
|---|---|---|
userID |
string
|
The UUID of the user. |