Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我自己调用了一个图形 API,是否可以将生成的 JSON 绑定到 1 个控件?说人?我真的无法在文档中找到如何做到这一点。
某些组件确实具有手动设置属性的能力。例如,mgt-person 组件接受一个 json 对象作为person-details属性(或personDetails属性):
person-details
personDetails
personControl.personDetails = { displayName: 'Nikola Metulev', email: 'nikola@contoso.com', image: 'url' }
人们拥有以people相同方式工作的财产(这是一组人)
people