RPA JS 扩展开发文档

RPA JS 扩展开发文档

  • SDK接口说明
  • 代码示例

xsy-breeze-ui-rpa > FormInlineItemExtensionPointInterface

FormInlineItemExtensionPointInterface interface

通用资料页表单项

Signature:

export interface FormInlineItemExtensionPointInterface extends ExtensionPointInterface 

Properties

PropertyTypeDescription
inportsFormItemExtensionPointInterface["inports"] & {
setValue: {
param: string;
return: undefined;
};
getValue: {
param: undefined;
return: string;
};
}
outportsFormItemExtensionPointInterface["outports"] & {
beforeSave: {
param: any;
return: any;
};
}
Last updated on 12/16/2020
  • FormInlineItemExtensionPointInterface interface
  • Properties
Copyright © 2021 销售易