MCPcopy
hub / github.com/ZToolsCenter/ZTools / IMenuItem

Interface IMenuItem

internal-plugins/setting/src/router/router.ts:7–10  ·  view source on GitHub ↗

* 菜单项

Source from the content-addressed store, hash-verified

5 * 菜单项
6 */
7interface IMenuItem {
8 label: string
9 icon: string
10}
11
12/**
13 * 路由菜单项类型

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected