xsy-breeze-ui-rpa > AppLauncherExtensionPointInterface
AppLauncherExtensionPointInterface interface
appLauncher组件扩展点
Signature:
export interface AppLauncherExtensionPointInterface extends ExtensionPointInterface
Properties
| Property | Type | Description |
|---|---|---|
| inports | { setAppsVisible: { param: object[]; return: object[]; }; setObjectsVisible: { param: object[]; return: object[]; }; } | |
| outports | { AppsfilterItems: { param: any; return: any; }; ObjectsfilterItems: { param: any; return: any; }; } |
