RPA JS 扩展开发文档

RPA JS 扩展开发文档

  • SDK接口说明
  • 代码示例

xsy-breeze-ui-rpa > MobileListExtensionPointInterface

MobileListExtensionPointInterface interface

手机端列表扩展点

Signature:

export interface MobileListExtensionPointInterface extends ExtensionPointInterface 

Properties

PropertyTypeDescription
inports{
getItemData: {
param: undefined;
return: object;
};
getListEntityInfo: {
param: undefined;
return: undefined;
};
disableListColumns: {
param: {
enabled: boolean;
};
return: undefined;
};
setListColumns: {
param: {
columns: number;
};
return: undefined;
};
setCellStyle: {
param: {
width?: number;
height?: number;
backgroundColor?: string;
borderColor?: string;
borderWidth?: number;
};
return: undefined;
};
setCellEditable: {
param: {
detailUuid: any;
detailId: any;
itemApiKey: string;
editable: boolean;
};
return: undefined;
};
setItemBreezeMeta: {
param: {
metaBreezeJson?: JSON;
};
return: undefined;
};
hideItemTitle: {
param: undefined;
return: undefined;
};
}
outports{
loaded: {
param: any;
return: undefined;
};
beginLoad: {
param: any;
return: undefined;
};
listDataLoaded: {
param: any;
return: undefined;
};
listLayoutLoaded: {
param: any;
return: undefined;
};
}
Last updated on 1/28/2021
  • MobileListExtensionPointInterface interface
  • Properties
Copyright © 2021 销售易