mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 23:16:03 +01:00
feat(web/context): disabled buttons
This commit is contained in:
@@ -9,6 +9,7 @@ export interface Option {
|
||||
icon?: IconProp;
|
||||
iconColor?: string;
|
||||
metadata?: string[] | { [key: string]: any } | { label: string; value: any }[];
|
||||
disabled?: boolean;
|
||||
event?: string;
|
||||
serverEvent?: string;
|
||||
args?: any;
|
||||
|
||||
Reference in New Issue
Block a user