prop defs

This commit is contained in:
2026-02-25 00:24:58 -05:00
parent 6ae04b5e82
commit d948ab2b4c
2 changed files with 2 additions and 0 deletions

View File

@@ -159,6 +159,7 @@
---@field _pressed table? -- Internal: button press state tracking
---@field _mouseDownPosition number? -- Internal: mouse down position for drag tracking
---@field _textDragOccurred boolean? -- Internal: whether text drag occurred
---@field customDraw fun(element:Element)? -- Custom rendering callback called after standard rendering but before visual feedback (default: nil)
---@field animation table? -- Animation instance for this element
local Element = {}
Element.__index = Element