feat(web/context): disabled buttons

This commit is contained in:
Luke
2022-11-06 11:01:39 +01:00
parent 33b70b6f1c
commit 306b7b3670
6 changed files with 15 additions and 7 deletions

View File

@@ -9,6 +9,7 @@ interface ContextMenuItem {
arrow?: boolean;
description?: string;
metadata?: string | { [key: string]: any } | string[];
disabled?: boolean;
event?: string;
serverEvent?: string;
args?: any;