lowcode-engine JSSlot如何获取父组件的属性值

mf98qq94  于 5个月前  发布在  其他
关注(0)|答案(3)|浏览(99)

组件的children是一个JSSlot,如果通过jsslot的params参数给jsslot中的子组件传递属性值

jvlzgdj9

jvlzgdj91#

看一下这个文档

https://lowcode-engine.cn/site/docs/guide/appendix/setterDetails/slot#%E5%B8%A6%E5%8F%82%E6%95%B0%E7%9A%84%E6%8F%92%E6%A7%BD%E7%A4%BA%E4%BE%8B

zpgglvta

zpgglvta2#

这个要求jsslot是个方法,如果是组件的children如何处理?…

---- 回复的原邮件 ---- | 发件人 | ***@***.***> | | 日期 | 2023年12月06日 17:13 | | 收件人 | ***@***.***> | | 抄送至 | ***@***.***>***@***.***> | | 主题 | Re: [alibaba/lowcode-engine] JSSlot如何获取父组件的属性值 (Issue #2743) | 看一下这个文档 https://lowcode-engine.cn/site/docs/guide/appendix/setterDetails/slot#%E5%B8%A6%E5%8F%82%E6%95%B0%E7%9A%84%E6%8F%92%E6%A7%BD%E7%A4%BA%E4%BE%8B — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: ***@***.***>

qc6wkl3g

qc6wkl3g3#

传递属性值,JSSlot 必须是个方法哈,否则就没有办法做到了。

相关问题