框架
组件
插件
API
简体中文
约 52 字小于 1 分钟
2025-09-22
获取当前插件宿主表单的页面 pageId。
无
类型: String
String
{ event: "form.render.before", functional: function (pluginExecResult, options) { console.log("custom plugin: form.render.before exec"); let {dataGetter}=options; console.log("PageId:",dataGetter.getPageId()) } },