xsy-breeze-ui-rpa > FormBooleanItemExtensionPointBatch
FormBooleanItemExtensionPointBatch class
批量布尔类型字段扩展点
Signature:
export declare class FormBooleanItemExtensionPointBatch extends ExtensionPointSDKBatchBase<FormBooleanItemExtensionPointInterface>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(ids) | Constructs a new instance of the FormBooleanItemExtensionPointBatch class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| getValue | () => Promise<{ instance: FormBooleanItemExtensionPoint; data: boolean; }[]> | 获取表单项值 | |
| getVisible | () => Promise<{ instance: FormBooleanItemExtensionPoint; data: boolean; }[]> | 获取表单项是否可见 | |
| setError | (value: string) => Promise<any> | 设置表单项错误信息 | |
| setInlineStyle | (value: any) => Promise<any> | 设置表单项样式 | |
| setPlaceholder | (value: string) => Promise<any> | 写回表单项的Placeholder | |
| setPropByName | (value: { name: string; value: any; /** * 设置表单项错误信息 */ }) => Promise<any> | 根据属性名称修改表单项的参数 | |
| setReadOnly | (value: boolean) => Promise<any> | 设置表单项是否只读 | |
| setRequired | (value: boolean) => Promise<any> | 设置表单项是否必填 | |
| setValue | (value: boolean) => Promise<any> | 设置表单项值 | |
| setVisible | (value: boolean) => Promise<any> | 设置表单项是否可见 |
