mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
feat(web/alert): new options for alert dialog (#213)
This commit is contained in:
committed by
GitHub
parent
8a7e0f89d2
commit
db4a75dfbc
@@ -4,6 +4,8 @@ local alert = nil
|
||||
---@field header string;
|
||||
---@field content string;
|
||||
---@field centered? boolean?;
|
||||
---@field size? 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
||||
---@field overflow? boolean?;
|
||||
---@field cancel? boolean?;
|
||||
---@field labels? {cancel?: string, confirm?: string}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user