mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
fix(resource/interface/client/menu): add close missing field to MenuOptions (#112)
* feat(resource/interface/client/menu): add missing field to MenuOptions * feat(package/interface/menu) close argument
This commit is contained in:
@@ -10,6 +10,7 @@ interface MenuOptions {
|
||||
description?: string;
|
||||
defaultIndex?: number;
|
||||
args?: any;
|
||||
close?: boolean;
|
||||
}
|
||||
|
||||
interface MenuProps {
|
||||
|
||||
@@ -14,6 +14,7 @@ local keepInput = IsNuiFocusKeepingInput()
|
||||
---@field description? string
|
||||
---@field defaultIndex? number
|
||||
---@field args? any
|
||||
---@field close? boolean
|
||||
|
||||
---@class MenuProps
|
||||
---@field id string
|
||||
|
||||
Reference in New Issue
Block a user