deploy: b9cd68d1c8
This commit is contained in:
@@ -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:getTheme](#baseelement-gettheme)|table|Gets theme properties for the element
|
||||||
|
|
||||||
|
|
||||||
## BaseElement:applyTheme(self)
|
## BaseElement:applyTheme(self, applyToChildren)
|
||||||
Applies the current theme to this element
|
Applies the current theme to this element
|
||||||
|
|
||||||
### Parameters
|
### Parameters
|
||||||
* `self` `BaseElement` The element to apply theme to
|
* `self` `BaseElement` The element to apply theme to
|
||||||
|
* `applyToChildren` `boolean?` Whether to apply theme to child elements (default: true)
|
||||||
|
|
||||||
### Returns
|
### Returns
|
||||||
* `BaseElement` `self` The element instance
|
* `BaseElement` `self` The element instance
|
||||||
|
|||||||
Reference in New Issue
Block a user