RPA JS 扩展开发文档

RPA JS 扩展开发文档

  • SDK接口说明
  • 代码示例

xsy-breeze-ui-rpa > FormMultipleSelectExtensionPoint

FormMultipleSelectExtensionPoint class

多选类型字段扩展点

Signature:

export declare class FormMultipleSelectExtensionPoint extends ExtensionPointSDKBase<FormMultipleSelectExtensionPointInterface> 

Constructors

ConstructorModifiersDescription
(constructor)(id)Constructs a new instance of the FormMultipleSelectExtensionPoint class

Properties

PropertyModifiersTypeDescription
getValue() => Promise<number[]>获取表单项值
getVisible() => Promise<boolean>获取表单项是否可见
setError(value: string) => Promise<any>设置表单项错误信息
setInlineStyle(value: any) => Promise<any>设置表单项样式
setOptions(value: {
label: string;
value: number;
disabled?: boolean | undefined;
}[]) => Promise<any>
设置 Options
setPlaceholder(value: string) => Promise<any>写回表单项的Placeholder
setPropByName(value: {
name: string;
value: any;
}) => Promise<any>
根据属性名称修改表单项的参数
setReadOnly(value: boolean) => Promise<any>设置表单项是否只读
setRequired(value: boolean) => Promise<any>设置表单项是否必填
setValue(value: number[]) => Promise<any>设置表单项值
setVisible(value: boolean) => Promise<any>设置表单项是否可见
Last updated on 12/16/2020
  • FormMultipleSelectExtensionPoint class
  • Constructors
  • Properties
Copyright © 2021 销售易