xsy-breeze-ui-rpa > FormSubEntityTableExtensionPoint > setCellValue
FormSubEntityTableExtensionPoint.setCellValue property
设置单元格值。自定义实体的表格中关联关系字段需要设置为 {id: xxxxx} 清空的时候,将value 设置为null, 关联关系字段设置为: {id: null}
Signature:
setCellValue: (value: {
rowIndex: number;
itemApiKey: string;
value: any;
}) => Promise<any>;
