Files
SysTray-X/webext/schema_windowEvent.json
2021-08-08 12:05:26 +02:00

29 lines
582 B
JSON

[
{
"namespace": "windowEvent",
"functions": [
{
"name": "setCloseType",
"type": "function",
"description": "Set the close type.",
"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": []
}
]
}
]