Type Alias: MenuItem
ts
type MenuItem = Omit<Header, "slug" | "children"> & object;Defined in: packages/@valaxyjs/utils/src/types/index.ts:37
Type Declaration
children?
ts
optional children: MenuItem[];element
ts
element: HTMLHeadElement;En
Menu item, the title menu parsed from the article.
Zh
菜单项,从文章中解析出的标题菜单。