RPA JS 扩展开发文档

RPA JS 扩展开发文档

  • SDK接口说明
  • 代码示例

xsy-breeze-ui-rpa > FormItemExtensionPointInterface

FormItemExtensionPointInterface interface

表单项扩展点,定义单个表单项的扩展功能

Signature:

export interface FormItemExtensionPointInterface extends ExtensionPointInterface 

Properties

PropertyTypeDescription
inports{
getVisible: {
param: undefined;
return: boolean;
};
setVisible: {
param: boolean;
return: undefined;
};
setError: {
param: string;
return: undefined;
};
setRequired: {
param: boolean;
return: undefined;
};
setInlineStyle: {
param: any;
return: undefined;
};
setReadOnly: {
param: boolean;
return: undefined;
};
setPlaceholder: {
param: string;
return: undefined;
};
setPropByName: {
param: {
name: string;
value: any;
};
return: undefined;
};
}
outports{
onChange: {
param: any;
return: undefined;
};
onBlur: {
param: any;
return: undefined;
};
}
Last updated on 12/16/2020
  • FormItemExtensionPointInterface interface
  • Properties
Copyright © 2021 销售易