xsy-breeze-ui-rpa > FormItemSectionExtensionPoint
FormItemSectionExtensionPoint class
表单项分类组件扩展点
Signature:
export declare class FormItemSectionExtensionPoint extends ExtensionPointSDKBase<FormItemSectionExtensionPointInterface>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(id) | Constructs a new instance of the FormItemSectionExtensionPoint class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| setTitle | (value: string) => Promise<any> | 设置标题 | |
| setVisible | (value: boolean) => Promise<any> | 设置表单项是否可见 |
