From f13f9e80a926fb91ff9c349b708123954d0450ce Mon Sep 17 00:00:00 2001 From: V Date: Sat, 13 May 2023 23:49:47 +0200 Subject: ViewIcons: Add context menu icons --- src/webpack/common/types/menu.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/webpack/common') diff --git a/src/webpack/common/types/menu.d.ts b/src/webpack/common/types/menu.d.ts index 39e1530..8e9218f 100644 --- a/src/webpack/common/types/menu.d.ts +++ b/src/webpack/common/types/menu.d.ts @@ -37,9 +37,10 @@ export interface Menu { id: string; label: string; action?(e: MouseEvent): void; + icon?: ComponentType; color?: string; - render?: ComponentType; + render?: ComponentType; onChildrenScroll?: Function; childRowHeight?: number; listClassName?: string; -- cgit