Update API pages

This commit is contained in:
Insality
2025-04-20 12:15:31 +03:00
parent 6e1998b822
commit c33dbd5942
24 changed files with 82 additions and 460 deletions

View File

@@ -11,8 +11,8 @@ local component = require("druid.component")
---- Key triggers in `input.binding` should be setup for correct working
---- It uses a key_back and key_backspace action ids
---@class druid.back_handler: druid.component
---@field on_back event Trigger on back handler action, fun(self, params)
---@field params any|nil Custom args to pass in the callback
---@field on_back event fun(self: druid.back_handler, params: any?) Trigger on back handler action
---@field params any? Custom args to pass in the callback
local M = component.create("back_handler")