Update config, LuaLS definitions, bundle and changelog

This commit is contained in:
github-actions[bot]
2025-02-24 22:54:40 +00:00
parent a3cc685620
commit e41938b814
3 changed files with 297 additions and 306 deletions

View File

@@ -43,15 +43,6 @@ function Button:setText(text)
return self
end
--- The event that is triggered when the button is clicked
---@generic Element: Button
---@param self Element
---@param callback function
---@return Element
function Button:onMouseClick(callback)
return self
end
---@class Checkbox
---@field checked boolean