mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
feat(web): ability to not be able to close the context menu
This commit is contained in:
@@ -21,5 +21,6 @@ export interface Options {
|
||||
export interface ContextMenuProps {
|
||||
title: string;
|
||||
menu?: string;
|
||||
canClose?: boolean;
|
||||
options: Options | Option[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user