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