xsy-breeze-ui-rpa > ButtonGroupExtensionPoint
ButtonGroupExtensionPoint class
按钮组扩展
Signature:
export declare class ButtonGroupExtensionPoint extends ExtensionPointSDKBase<ButtonGroupExtensionPointInterface>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(id) | Constructs a new instance of the ButtonGroupExtensionPoint class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| addButton | (value: { extId: string; text?: string | undefined; icon?: string | undefined; type?: "primary" | "dashed" | "danger" | "link" | undefined; ghost?: boolean | undefined; shape?: "circle" | "circle-outline" | undefined; }) => Promise<ButtonExtensionPoint> | 增加按钮 | |
| removeButton | (value: string) => Promise<any> | 删除按钮 |
