Tasks List Widget - Highlight Event (Handled)
The widget highlights the task, if it is visible in the current list.
Event Name
com.ibm.widget.Highlight
General purpose: The widget highlights the item.
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 entries with the
following value:
- id
- Task identifier
- type
- com.ibm.task.Task
Handled Since
6.2.0.1 + FEP
Parent Topic: Tasks List Widget