quickshell-web/modules_old/Quickshell/RegionShape.json

15 lines
346 B
JSON
Raw Normal View History

2024-09-27 23:35:19 +00:00
{
"name": "RegionShape",
"module": "Quickshell",
"type": "enum",
"description": "Shape of a Region.",
"details": "See {{< qmltypelink type=\"local\" module=\"Quickshell\" name=\"Region\" mtype=\"prop\" mname=\"shape\" >}}.\n",
"variants": {
"Ellipse": {
"details": null
},
"Rect": {
"details": null
}
}
}