chore(client/context): add readOnly field (#474)

This commit is contained in:
RIOT
2024-02-17 12:11:31 +01:00
committed by GitHub
parent 4e8614b0ed
commit 945b535943

View File

@@ -13,6 +13,7 @@ local openContextMenu = nil
---@field description? string ---@field description? string
---@field metadata? string | { [string]: any } | string[] ---@field metadata? string | { [string]: any } | string[]
---@field disabled? boolean ---@field disabled? boolean
---@field readOnly? boolean
---@field event? string ---@field event? string
---@field serverEvent? string ---@field serverEvent? string
---@field args? any ---@field args? any