RPA JS 扩展开发文档

RPA JS 扩展开发文档

  • SDK接口说明
  • 代码示例

xsy-breeze-ui-rpa > FormEmailInputExtensionPointInterface

FormEmailInputExtensionPointInterface interface

邮箱类型字段扩展点

Signature:

export interface FormEmailInputExtensionPointInterface extends ExtensionPointInterface 

Properties

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