mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +01:00
refactor(web/menu): make context menu metadata progress optional
This commit is contained in:
@@ -10,7 +10,7 @@ export interface Option {
|
|||||||
iconColor?: string;
|
iconColor?: string;
|
||||||
progress?: number;
|
progress?: number;
|
||||||
colorScheme?: string;
|
colorScheme?: string;
|
||||||
metadata?: string[] | { [key: string]: any } | { label: string; value: any; progress: number; }[];
|
metadata?: string[] | { [key: string]: any } | { label: string; value: any; progress?: number }[];
|
||||||
disabled?: boolean;
|
disabled?: boolean;
|
||||||
event?: string;
|
event?: string;
|
||||||
serverEvent?: string;
|
serverEvent?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user