MessageLogger: Nicer context menu

This commit is contained in:
Vendicated 2023-04-28 04:23:42 +02:00
parent c1fca76f94
commit 0fe0fecba2
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
2 changed files with 18 additions and 14 deletions

View file

@ -38,6 +38,7 @@ export interface Menu {
label: string;
action?(e: MouseEvent): void;
color?: string;
render?: ComponentType;
onChildrenScroll?: Function;
childRowHeight?: number;