IPartialTeamsContext interface

Partial teams context

Properties

app

Properties about the current session for your app

Property Details

app

Properties about the current session for your app

app: {
        appInfo: Pick<microsoftTeams.app.AppInfo, 'theme'>;
    };

Property Value

{ appInfo: Pick<@microsoft/teams-js!app.AppInfo:interface, 'theme'>; }