For Dashboard Designers Reference TeamEditView
Tuesday, June 9, 2026 4:27 PMTeamEditView
Label: :IA_Function
Property: type: TeamEditView
Inherits from: Function and View
Manage team details and members.
Function parameters
| Key | Description | Default value | Possible values |
|---|---|---|---|
id |
Team ID | string/number | |
enableDeleteButton |
Enables Delete Team button | false | boolean |
Outgoing triggers
Type: created
Occurrence: When a new team is created and stored.
Additional event properties (besides the inherited properties):
| Key | Description | Possible values |
|---|---|---|
team |
The created team | Team node |
Type: updated
Occurrence: When an existing team is updated.
Additional event properties (besides the inherited properties):
| Key | Description | Possible values |
|---|---|---|
team |
The updated team | Team node |
Type: deleted
Occurrence: When an existing team is deleted.
Additional event properties (besides the inherited properties):
| Key | Description | Possible values |
|---|---|---|
team |
The deleted team | Team node |