Tasks List Widget - FocusChanged Event (Published)
The user made another task in the list active.
Event Name
com.ibm.widget.FocusChanged
General purpose: The user focussed on another item or the focus was removed.
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" }
} }
The payload object contains the following values:
- id
- Task instance identifier
- type
- com.ibm.task.Task
Published Since
6.2.0.1 + FEP
Parent Topic: Tasks List Widget