quickshell-web/modules_old/Quickshell/Singleton.json

16 lines
361 B
JSON
Raw Normal View History

2024-09-27 23:35:19 +00:00
{
"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": {}
}