Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp webpart base.webpartcontext.microsoftteams

John Nguyen edited this page Apr 22, 2021 · 2 revisions

Home > @microsoft/sp-webpart-base > WebPartContext > microsoftTeams

WebPartContext.microsoftTeams property

Warning: This API is now obsolete.

  • This function has been deprecated

Contextual information about the current Microsoft Teams tab. This object will only be defined if a component is being hosted in Microsoft Teams.

Signature:

get microsoftTeams(): typeof microsoftTeams | undefined;

Remarks

For more information, please see: https://docs.microsoft.com/en-us/javascript/api/@microsoft/teams-js/?view=msteams-client-js-latest

Clone this wiki locally