Files
SysTray-X/webext/schema_windowEvent.json
2020-08-10 22:04:08 +02:00

30 lines
605 B
JSON

[
{
"namespace": "windowEvent",
"functions": [
{
"name": "setCloseType",
"type": "function",
"description": "Set the close type.",
"async": true,
"parameters": [
{
"type": "integer",
"name": "type",
"minimum": 0,
"maximum": 2
}
]
}
],
"events": [
{
"name": "onCloseButtonClick",
"type": "function",
"description": "Fires when the user clicks on the close button of the main window.",
"parameters": []
}
]
}
]