RPA JS 扩展开发文档

RPA JS 扩展开发文档

  • SDK接口说明
  • 代码示例

xsy-breeze-ui-rpa > FormSubEntityTableExtensionPointBatch > setCellInvisibleRule

FormSubEntityTableExtensionPointBatch.setCellInvisibleRule property

设置单元格不显示规则,因为默认显示。 itemApiKey: 字段的apiKey rule: 字段不显示规则。 例如:[{itemApiKey: 'customItem1__c', rule: "$data.name === 'test'"}]。$data: 当前行数据, name: 列apiKey. 这个规则意义:行数据的name字段等于 'test' 时, customItem1__c 字段不显示。

Signature:

setCellInvisibleRule: (value: {
        itemApiKey: string;
        rule: string;
    }[]) => Promise<any>;
Last updated on 12/16/2020
  • FormSubEntityTableExtensionPointBatch.setCellInvisibleRule property
Copyright © 2021 销售易