RPA JS 扩展开发文档

RPA JS 扩展开发文档

  • SDK接口说明
  • 代码示例

xsy-breeze-ui-rpa > FormItemExtensionPointInterface > inports

FormItemExtensionPointInterface.inports property

Signature:

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;
        };
    };
Last updated on 12/16/2020
  • FormItemExtensionPointInterface.inports property
Copyright © 2021 销售易