mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(client/radial): return currentMenu and itemIndex onSelect
This commit is contained in:
@@ -4,7 +4,7 @@ type RadialItem = {
|
||||
id: string;
|
||||
label: string;
|
||||
icon: IconName | [IconPrefix, IconName];
|
||||
onSelect?: () => void;
|
||||
onSelect?: (currentMenu: string | null, itemIndex: number) => void;
|
||||
menu?: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user