Files
SysTray-X/webext/schema_windowHandler.json
Ximi1970 a70cf3fff5 WIP
2023-10-29 19:24:02 +01:00

20 lines
329 B
JSON

[
{
"namespace": "windowHandler",
"functions": [
{
"name": "getWindowId",
"type": "function",
"description": "Get the window Id",
"async": true,
"parameters": [
{
"type": "integer",
"name": "type"
}
]
}
]
}
]