TeamMember
TeamMember ⇐ Base
Section titled “TeamMember ⇐ Base”Represents a team member.
Kind: global class
Extends: Base
Properties
| Name | Type | Description |
|---|---|---|
| state | MembershipState | null | The membership state of the team member. |
| permissions | Object | undefined | The permissions of the team member. |
| teamId | string | null | The ID of the team that the member belongs to. |
| user | User | null | The user object representing the team member. |
new TeamMember([data], client)
Section titled “new TeamMember([data], client)”Constructs a new instance of the class.
| Param | Type | Description |
|---|---|---|
| [data] | Object | The data object containing information about the team member. |
| client | Client | The client object. |