Skip to content

Latest commit

 

History

History
167 lines (81 loc) · 1.58 KB

File metadata and controls

167 lines (81 loc) · 1.58 KB

ISYS_HeaderMenuTopMenuItem interface

顶部一级菜单项

Signature

interface ISYS_HeaderMenuTopMenuItem 

Properties

Property

Modifiers

Type

Description

id

string

菜单项 ID,不可重复

menuItems?

Array<ISYS_HeaderMenuSub1MenuItem | null>

(Optional) 子菜单项

registerFn?

string

(Optional) 注册方法名称(需要在扩展入口文件导出该方法)

title

string

菜单项标题


属性详情

id

ISYS_HeaderMenuTopMenuItem.id property

菜单项 ID,不可重复

Signature

id: string;

menuitems

ISYS_HeaderMenuTopMenuItem.menuItems property

子菜单项

Signature

menuItems?: Array<ISYS_HeaderMenuSub1MenuItem | null>;

title

ISYS_HeaderMenuTopMenuItem.title property

菜单项标题

Signature

title: string;

方法详情

registerfn

ISYS_HeaderMenuTopMenuItem.registerFn property

注册方法名称(需要在扩展入口文件导出该方法)

Signature

registerFn?: string;