xsy-breeze-ui-rpa > TabUIExtensionPoint
TabUIExtensionPoint class
undefined
Signature:
export declare class TabUIExtensionPoint extends ExtensionPointSDKBase<TabUIExtensionPointInterface>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(id) | Constructs a new instance of the TabUIExtensionPoint class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| hideTabItem | (value: number) => Promise<any> | 隐藏Tab页 | |
| showTabItem | (value: number) => Promise<any> | 显示Tab页 |
