Update config, LuaLS definitions, bundle and changelog

This commit is contained in:
github-actions[bot]
2025-03-03 16:39:02 +00:00
parent 373bd7b485
commit 3954fea4e0
3 changed files with 347 additions and 304 deletions

View File

@@ -415,6 +415,14 @@ function Container:addFrame()
return self
end
--- Adds a new Graph to the container
---@generic Element: Container
---@param self Element
---@return Graph
function Container:addGraph()
return self
end
--- Adds a new Image to the container
---@generic Element: Container
---@param self Element