We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5539500 commit 0a1c51bCopy full SHA for 0a1c51b
src/elements/ScrollBar.lua
@@ -1,5 +1,6 @@
1
local VisualElement = require("elements/VisualElement")
2
local tHex = require("libraries/colorHex")
3
+---@configDescription A ScrollBar element that can be attached to other elements to control their scroll properties.
4
5
---A ScrollBar element that can be attached to other elements to control their scroll properties
6
---@class ScrollBar : VisualElement
0 commit comments