Target.targetInfoChanged
Issued when some information about a target has changed. This only happens between targetCreated
and targetDestroyed
.
{
"name": "targetInfoChanged",
"description": "Issued when some information about a target has changed. This only happens between targetCreated
and targetDestroyed
.",
"parameters": [
{
"name": "targetInfo",
"$ref": "TargetInfo"
}
]
}