RPA JS 扩展开发文档

RPA JS 扩展开发文档

  • SDK接口说明
  • 代码示例

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>;
Last updated on 12/16/2020
  • FormSubEntityTableExtensionPoint.setCellValue property
Copyright © 2021 销售易