UIAction openDialogAction = OpenDialogAction.build{ type = "ShowCenter" //显示模式,目前支持 「ShowCenter 居中弹框」和「FullScreen 全屏显示」两种模式 title = "强通知" //标题 width = 800 //宽度,仅在 ShowCenter 模式下有效 maxHeight = 123 //最大高度,仅在 ShowCenter 模式下有效 userData = ["key":"value"] //返回的数据,这部分是用户的数据,数据结构是一个map component { //自定义组件 apiName = "component_PhjHJ__c" //自定义组件的apiName } } return openDialogAction