RPA JS 扩展开发文档

RPA JS 扩展开发文档

  • SDK接口说明
  • 代码示例

xsy-breeze-ui-rpa > BreezeDataModelExtensionPointBatch

BreezeDataModelExtensionPointBatch class

批量Breeze DataModel 扩展点

Signature:

export declare class BreezeDataModelExtensionPointBatch extends ExtensionPointSDKBatchBase<BreezeDataModelExtensionPointInterface> 

Constructors

ConstructorModifiersDescription
(constructor)(ids)Constructs a new instance of the BreezeDataModelExtensionPointBatch class

Properties

PropertyModifiersTypeDescription
addFieldValidateRules(value: {
path: string;
rule: {
uuid: string;
expr: string;
message: string;
};
}[]) => Promise<any>
新增字段的数据校验规则
getValue(value: any) => Promise<any>获取完整数据模型数据
setValue(value: {
path: string;
value: any;
ignoreDataModelValidation?: boolean | undefined;
}) => Promise<any>
给指定数据模型字段路径设值
setValues(value: {
data: {
path: string;
value: any;
}[];
ignoreDataModelValidation?: boolean | undefined;
}) => Promise<any>
给指定数据模型字段路径数组批量设值
Last updated on 12/16/2020
  • BreezeDataModelExtensionPointBatch class
  • Constructors
  • Properties
Copyright © 2021 销售易