Methods
add(user)
Parameters:
Name | Type | Description |
---|---|---|
user |
String | User | Name of the user or User object. |
remove(user)
Parameters:
Name | Type | Description |
---|---|---|
user |
String | User | Name of the user or User object. |
toArray() → {Array.<String>}
- Description:
Returns a member list of the current group as an array of strings being the names of the users.
- Source:
Returns:
- Type
- Array.<String>