xsy-breeze-ui-rpa > AppLauncherExtensionPoint
AppLauncherExtensionPoint class
appLauncher组件扩展点
Signature:
export declare class AppLauncherExtensionPoint extends ExtensionPointSDKBase<AppLauncherExtensionPointInterface>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(id) | Constructs a new instance of the AppLauncherExtensionPoint class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| setAppsVisible | (value: object[]) => Promise<any> | 设置应用隐藏项 | |
| setObjectsVisible | (value: object[]) => Promise<any> | 设置菜单隐藏项 |
