xsy-breeze-ui-rpa > ButtonGroupExtensionPointInterface
ButtonGroupExtensionPointInterface interface
按钮组扩展
Signature:
export interface ButtonGroupExtensionPointInterface extends ExtensionPointInterface
Properties
| Property | Type | Description |
|---|---|---|
| inports | { addButton: { param: { extId: string; text?: string; icon?: string; type?: "primary" | "dashed" | "danger" | "link"; ghost?: boolean; shape?: "circle" | "circle-outline"; }; return: { extPointClassName: "ButtonExtensionPoint"; }; }; removeButton: { param: string; return: undefined; }; } | |
| outports | { detailButtonGroupLoaded: { param: any; return: undefined; }; } |
