We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
丰富页面的上报能力,扩展现有的表单项,丰富用户的上报字段
针对所有的组件如何扩展通用事件面板的事件配置的表单项,且表单项支持传一个变量 上报的时候 上报的属性值可以解析改变量。
想问下这个支持扩展吗 能支持我们的需求吗?
例如: track-id: 'test_id', extra: { a: "${data.a}", b: "${data.b}" }
请粘贴你当前方案的完整 amis schema 代码...
现在没方案,尝试像扩展插件那样 发现行不通。 如果可以扩展 求一个方案 谢谢~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
实现场景:
丰富页面的上报能力,扩展现有的表单项,丰富用户的上报字段
存在的问题:
针对所有的组件如何扩展通用事件面板的事件配置的表单项,且表单项支持传一个变量 上报的时候 上报的属性值可以解析改变量。
想问下这个支持扩展吗 能支持我们的需求吗?
例如:
track-id: 'test_id',
extra: {
a: "${data.a}",
b: "${data.b}"
}
当前方案:
请粘贴你当前方案的完整 amis schema 代码...
现在没方案,尝试像扩展插件那样 发现行不通。 如果可以扩展 求一个方案 谢谢~
The text was updated successfully, but these errors were encountered: