我想将对在标记中创建的 WebComponent 实例的引用传递给 WebComponent 飞镖类。例如:
html:
<element name="x-container>
<template iterate="x in xs">
<x-content-elem>
<x-item item="{{x}}" top-container="{{lexical-scoped-ref-to-container}}">
</x-content-elem>
</template>
...
我正在寻找一种将 x-container 引用到 x-item.top-container 属性的方法。主要的是 x-item 可能以某种复杂的方式嵌套,因此进行动态查找可能很困难或不是很健壮。