xsy-breeze-ui-rpa > ButtonGroupExtensionPointBatch
ButtonGroupExtensionPointBatch class
批量按钮组扩展
Signature:
export declare class ButtonGroupExtensionPointBatch extends ExtensionPointSDKBatchBase<ButtonGroupExtensionPointInterface>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(ids) | Constructs a new instance of the ButtonGroupExtensionPointBatch 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> | 删除按钮 |
