IPartialTeamsJs interface
Provides access to the Teams SDK and Teams context. Only provided when the web part is loaded in Teams.
Properties
app | Namespace to interact with Teams app initialization and lifecycle. |
Property Details
app
Namespace to interact with Teams app initialization and lifecycle.
app: {
getContext: () => Promise<IPartialTeamsContext>;
};
Property Value
{ getContext: () => Promise<IPartialTeamsContext>; }
Remarks
Currently we are providing only partial contextual information of Teams app.