feat: menu routing support opens in a new window (#4715)
This commit is contained in:
@@ -384,6 +384,10 @@ interface RouteMeta {
|
||||
* The menu is visible, but access will be redirected to 403
|
||||
*/
|
||||
menuVisibleWithForbidden?: boolean;
|
||||
/**
|
||||
* Open in a new window
|
||||
*/
|
||||
openInNewWindow?: boolean;
|
||||
/**
|
||||
* Used for route->menu sorting
|
||||
*/
|
||||
|
Reference in New Issue
Block a user