Annotations update [4]

This commit is contained in:
Insality
2023-10-17 23:18:25 +03:00
parent c99b97f392
commit 24bb39481d
7 changed files with 54 additions and 28 deletions

View File

@@ -75,7 +75,7 @@ end
-- Invoke `on_style_change` on component, if exist. Component should handle
-- their style changing and store all style params
-- @tparam BaseComponent self @{BaseComponent}
-- @tparam table druid_style Druid style module
-- @tparam table|nil druid_style Druid style module
-- @treturn BaseComponent @{BaseComponent}
function BaseComponent.set_style(self, druid_style)
self._meta.style = druid_style or {}