feat: MenuItem에 funcCall 타입 추가후 처리
This commit is contained in:
@@ -231,6 +231,7 @@ export type MenuItem = {
|
||||
type: 'item';
|
||||
name: string;
|
||||
url: string;
|
||||
funcCall?: string;
|
||||
icon?: string;
|
||||
newTab?: boolean;
|
||||
condHightlightVar?: string;
|
||||
|
||||
Reference in New Issue
Block a user