quickshell-web/modules/Quickshell/Singleton.json
2024-09-28 02:35:19 +03:00

16 lines
361 B
JSON

{
"name": "Singleton",
"module": "Quickshell",
"type": "class",
"super": {
"type": "local",
"module": "Quickshell",
"name": "Scope"
},
"description": "The root component for reloadable singletons.",
"details": "All singletons should inherit from this type.\n",
"properties": {},
"functions": [],
"signals": {},
"variants": {}
}