xsy-breeze-ui-rpa > BreezeDataModelExtensionPointBatch > setValue
BreezeDataModelExtensionPointBatch.setValue property
给指定数据模型字段路径设值
Signature:
setValue: (value: {
path: string;
value: any;
ignoreDataModelValidation?: boolean | undefined;
}) => Promise<any>;
