feat: MenuItem에 funcCall 타입 추가후 처리

This commit is contained in:
2023-03-22 22:44:42 +09:00
parent 4d2b5ced82
commit ca3e64f3b9
6 changed files with 158 additions and 55 deletions
+1
View File
@@ -231,6 +231,7 @@ export type MenuItem = {
type: 'item';
name: string;
url: string;
funcCall?: string;
icon?: string;
newTab?: boolean;
condHightlightVar?: string;