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