Create Tasks Widget - TabChanged Event (Handled)
This event is handled for future use.
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" }
} }
Handled Since
6.2.0.1
Parent Topic: Create Tasks Widget