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

sp webpart base.imicrosoftteams

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

Home > @microsoft/sp-webpart-base > IMicrosoftTeams

IMicrosoftTeams interface

Provides access to the Teams SDK and Teams context. Only provided when the web part is loaded in Teams.

Signature:

export interface IMicrosoftTeams

Properties

Property Type Description
context microsoftTeams.Context Microsoft Teams' Context.
teamsJs typeof microsoftTeams Microsoft Teams SDK.
Clone this wiki locally