xsy-breeze-ui-rpa > LeftMenuExtensionPointBatch
LeftMenuExtensionPointBatch class
批量DayoneWeb左侧菜单扩展点
Signature:
export declare class LeftMenuExtensionPointBatch extends ExtensionPointSDKBatchBase<LeftMenuExtensionPointInterface>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(ids) | Constructs a new instance of the LeftMenuExtensionPointBatch class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| setMenuItemsConfig | (value: { itemKey: string; text: string; visible: boolean; }[]) => Promise<any> | 菜单项显示、隐藏、文本替换 itemKey: 菜单项的唯一标识(菜单项的menuId) text: 替换的文案,不传不替换 visible:设置菜单项是否显示 例如:[{itemKey: '40', text: "电话台", visible: true}]。 这个规则意义:menuid为40的菜单项文案更改为配置显示。 |
