RPA JS 扩展开发文档

RPA JS 扩展开发文档

  • SDK接口说明
  • 代码示例

xsy-breeze-ui-rpa > MobileListExtensionPoint

MobileListExtensionPoint class

手机端列表扩展点

Signature:

export declare class MobileListExtensionPoint extends ExtensionPointSDKBase<MobileListExtensionPointInterface> 

Constructors

ConstructorModifiersDescription
(constructor)(id)Constructs a new instance of the MobileListExtensionPoint class

Properties

PropertyModifiersTypeDescription
disableListColumns(value: {
enabled: boolean;
}) => Promise<any>
开启/禁用 九宫格样式
getItemData() => Promise<object>获取列表单个Item数据
getListEntityInfo() => Promise<undefined>获取列表所属实体的基本信息
hideItemTitle() => Promise<undefined>隐藏列表项的标题字段
setCellEditable(value: {
detailUuid: any;
detailId: any;
itemApiKey: string;
editable: boolean;
}) => Promise<any>
设置item是否可点击
setCellStyle(value: {
width?: number | undefined;
height?: number | undefined;
backgroundColor?: string | undefined;
borderColor?: string | undefined;
borderWidth?: number | undefined;
}) => Promise<any>
设置item样式
setItemBreezeMeta(value: {
metaBreezeJson?: JSON | undefined;
}) => Promise<any>
设置item的BreezeMeta
setListColumns(value: {
columns: number;
}) => Promise<any>
设置表格列数样式
Last updated on 1/28/2021
  • MobileListExtensionPoint class
  • Constructors
  • Properties
Copyright © 2021 销售易