This commit is contained in:
NoryiE
2025-04-07 03:01:37 +00:00
parent b3b1cb4e48
commit c4359bc8c4

View File

@@ -10,11 +10,12 @@ with support for inheritance, named styles, and dynamic theme switching.
|[BaseElement:getTheme](#baseelement-gettheme)|table|Gets theme properties for the element
## BaseElement:applyTheme(self)
## BaseElement:applyTheme(self, applyToChildren)
Applies the current theme to this element
### Parameters
* `self` `BaseElement` The element to apply theme to
* `applyToChildren` `boolean?` Whether to apply theme to child elements (default: true)
### Returns
* `BaseElement` `self` The element instance