From c4359bc8c4801d1a6c9cb76d5562cc53dc04f04f Mon Sep 17 00:00:00 2001 From: NoryiE Date: Mon, 7 Apr 2025 03:01:37 +0000 Subject: [PATCH] deploy: b9cd68d1c88852d6ffaf7a7e6ea0d46edd11f362 --- docs/references/plugins/theme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/references/plugins/theme.md b/docs/references/plugins/theme.md index 652e5a2..a53f364 100644 --- a/docs/references/plugins/theme.md +++ b/docs/references/plugins/theme.md @@ -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