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
如何动态修改formConfig和intValue中的值
The text was updated successfully, but these errors were encountered:
请详细描述一下场景
Sorry, something went wrong.
比如我折线图可以手动设置线条数量,每条线都可以设置对应的颜色等属性;怎么根据线条数量来配置formConfig
可以在propsService插件中干预,每一次组件属性配置发生变化都会触发一次getPropsConfig
propsService.usePlugin({ afterGetPropsConfig: (result: FormConfig, type: string)=>{ } })
相关文档
No branches or pull requests
如何动态修改formConfig和intValue中的值
The text was updated successfully, but these errors were encountered: