MS-600 · Question #19
What should you add to a SharePoint Framework (SPFx) solution to ensure that the solution can be used as a Microsoft Teams tab?
The correct answer is C. the TeamsTab value to the supportedHosts property in the manifest file. The manifest can appear in the webpart project, but it can also be created outside the project. The supportedHost can only be done from the webpart project. https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/using-web-part-as-
Question
What should you add to a SharePoint Framework (SPFx) solution to ensure that the solution can be used as a Microsoft Teams tab?
Options
- Athe TeamsTab value to the componentType property in the manifest file
- Ba manifest file to the Teams folder in the solution
- Cthe TeamsTab value to the supportedHosts property in the manifest file
- Da manifest file to the webparts folder in the solution
How the community answered
(44 responses)- A14% (6)
- B7% (3)
- C77% (34)
- D2% (1)
Explanation
The manifest can appear in the webpart project, but it can also be created outside the project. The supportedHost can only be done from the webpart project. https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/using-web-part-as-
Topics
Community Discussion
No community discussion yet for this question.