Processes List Widget - Highlight Event (Handled)
The widget highlights the process, 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
- Process identifier
- type
- com.ibm.bfm.Process
Handled Since
6.2.0.1 + FEP
Parent Topic: Processes List Widget