Task Information Widget - TabChanged Event (Published)
The user switched to the tab of a task or closed the active tab.
Event Name
com.ibm.widget.TabChanged
General purpose: The user switched to another tab or closed the last tab.
Payload
Type: JSON
{ "type" : "object", "description" : "Reference single item", "properties" : {
"id" : { "type": "string", "optional":"true", "description": "Identifier for the object." },
"type" : { "type":"string", "optional":"true", "description": "Object type"},
"name" : { "type": "string", "optional":"true", "description": "Name of object" }
} }
When the user switched to another tab, the payload object contains the following values:
- id
- Task instance identifier or task template identifier
- type
- com.ibm.task.Task or com.ibm.task.TaskTemplate
When the user closed the active tab, no payload is included.
Published Since
6.2.0.1
Parent Topic: Task Information Widget