Add private annotation

This commit is contained in:
Insality
2025-03-18 21:32:11 +02:00
parent 1bc916e187
commit 19ea7fcff9
12 changed files with 36 additions and 3 deletions

View File

@@ -113,6 +113,7 @@ function M:init(click_node, text_node, keyboard_type)
end
---@private
---@param style druid.input.style
function M:on_style_change(style)
self.style = {
@@ -127,6 +128,7 @@ function M:on_style_change(style)
end
---@private
---@param action_id hash|nil The action id
---@param action action The action
---@return boolean is_consume True if the action is consumed