RPA JS 扩展开发文档

RPA JS 扩展开发文档

  • SDK接口说明
  • 代码示例

xsy-breeze-ui-rpa > FormTextInputExtensionPointInterface

FormTextInputExtensionPointInterface interface

文本类型字段扩展点

Signature:

export interface FormTextInputExtensionPointInterface extends ExtensionPointInterface 

Properties

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