如何获取iron-list
中某些元素的模型?该文档建议:
($['list'] as IronList).modelForElement(target).index
但
modelForElement()
返回不包含TemplateInstance
字段的index
。 最佳答案
您应该能够在get
上使用TemplateInstance
方法读取任何值。
关于dart - 如何获得铁表(聚合物 Dart )中元素的模型?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/33640160/