Type Alias: MenuItem

Source: 1.0.0-rc.14 · a572916b42ec

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

菜单项,从文章中解析出的标题菜单。