Target.closeTarget
Closes the target. If the target is a page that gets closed too.
{
"name": "closeTarget",
"description": "Closes the target. If the target is a page that gets closed too.",
"parameters": [
{
"name": "targetId",
"$ref": "TargetID"
}
],
"returns": [
{
"name": "success",
"type": "boolean"
}
]
}