Lot of bug fixxes

This commit is contained in:
Robert Jelic
2025-02-18 19:13:51 +01:00
parent 8b6eaccd18
commit 0326cc12c7
12 changed files with 435 additions and 126 deletions

View File

@@ -194,6 +194,9 @@ PropertySystem.addSetterHook(function(element, propertyName, value, config)
end
end)
--- This module provides reactive functionality for elements, it adds no new functionality for elements.
--- It is used to evaluate expressions in property values and update the element when the expression changes.
---@class Reactive
local BaseElement = {}
BaseElement.hooks = {