Updates from: 06/07/2024 06:30:08
Service Microsoft Docs article Related commit history on GitHub Change details
platform Adaptive Card Previewer Vs https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/concepts/build-and-test/adaptive-card-previewer-vs.md
Title: Microsoft Adaptive Card Previewer Visual Studio
description: In this article, learn more about the Microsoft Adaptive Card previewer, features, advantages, limitations. ms.localizationpriority: medium-+ Last updated 02/13/2024
platform Deep Link Application https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/concepts/build-and-test/deep-link-application.md
You can configure deep links in your app through TeamsJS to allow the app users
# [TeamsJS v2](#tab/teamsjs-v2)
-You can trigger navigation from your tab using the [pages.navigateToApp()](/javascript/api/@microsoft/teams-js/pages?view=msteams-client-js-latest#@microsoft-teams-js-pages-navigatetoapp&preserve-view=true) function as shown in the following code:
+You can trigger navigation from your tab using the [pages.navigateToApp()](/javascript/api/@microsoft/teams-js/pages#@microsoft-teams-js-pages-navigatetoapp) function as shown in the following code:
```javascript if (pages.isSupported()) {
if (pages.isSupported()) {
else { /* handle case where capability isn't supported */ } ```
-For more information about navigation within a tab app, see [navigate within a tab app](../../tabs/how-to/tab-navigation.md). For more information about using the pages capability, see [pages.navigateToApp()](/javascript/api/@microsoft/teams-js/pages?view=msteams-client-js-latest#@microsoft-teams-js-pages-navigatetoapp&preserve-view=true) and the [pages](/javascript/api/@microsoft/teams-js/pages?view=msteams-client-js-latest&preserve-view=true) namespace for other navigation options. If needed directly open a deep link using the [app.openLink()](/javascript/api/@microsoft/teams-js/app?view=msteams-client-js-latest#@microsoft-teams-js-app-openlink&preserve-view=true) function.
+For more information about navigation within a tab app, see [navigate within a tab app](../../tabs/how-to/tab-navigation.md). For more information about using the pages capability, see [pages.navigateToApp()](/javascript/api/@microsoft/teams-js/pages#@microsoft-teams-js-pages-navigatetoapp) and the [pages](/javascript/api/@microsoft/teams-js/pages) namespace for other navigation options. If needed directly open a deep link using the [app.openLink()](/javascript/api/@microsoft/teams-js/app#@microsoft-teams-js-app-openlink) function.
# [TeamsJS v1](#tab/teamsjs-v1)
platform Install Adaptive Card Previewer https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/concepts/build-and-test/install-adaptive-card-previewer.md
Title: Install Adaptive Card Previewer
description: In this article, learn more about how to install the Adaptive Card Previewer extension for Visual Studio Code code and Visual Studio Code Marketplace. ms.localizationpriority: medium-+ Last updated 10/20/2023
platform Design Teams App Artwork Store https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/concepts/design/design-teams-app-artwork-store.md
description: Learn about guidelines and templates for displaying the app artwork
ms.localizationpriority: medium -+ Last updated 05/23/2023 # Teams app artwork for Teams Store
platform Design Teams App Color https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/concepts/design/design-teams-app-color.md
description: Learn about the basics of colors and color schemes in your Microsof
ms.localizationpriority: medium -+ Last updated 05/23/2023 # Colors for your Microsoft Teams app
platform Design Teams App Icon Store Appbar https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/concepts/design/design-teams-app-icon-store-appbar.md
description: Learn about the app icons for Microsoft Teams Store and app bar
ms.localizationpriority: medium -+ Last updated 05/23/2023 # Teams app icon for Teams Store and app bar
platform Design Teams App Layout Scaling https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/concepts/design/design-teams-app-layout-scaling.md
description: Learn about the layout and scaling for Microsoft Teams app.
ms.localizationpriority: medium -+ Last updated 05/23/2023 # Layout and scaling for your Microsoft Teams app
platform Design Teams App Shape Elevation https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/concepts/design/design-teams-app-shape-elevation.md
description: Learn about the basics of shapes and elevation of your Teams app.
ms.localizationpriority: medium -+ Last updated 05/23/2023 # Shape and elevation for designing your Teams app
platform Design Teams App Type https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/concepts/design/design-teams-app-type.md
description: Learn about the basics of typography in Microsoft Teams app includi
ms.localizationpriority: medium -+ Last updated 05/23/2023 # Typography for your Microsoft Teams app
platform Import External Messages To Teams https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/graph-api/import-messages/import-external-messages-to-teams.md
Title: Use Microsoft Graph to import external platform messages to Teams
description: Describes how to use Microsoft Graph to import messages from an external platform to Teams. ms.localizationpriority: high -+ Last updated 09/02/2022
platform Graph Proactive Bots And Messages https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/graph-api/proactive-bots-and-messages/graph-proactive-bots-and-messages.md
Title: Use Microsoft Graph to authorize proactive bot installation and messaging
description: Install app proactively using Graph APIs. Check if your bot is currently installed, retrieve the conversation chatId to send proactive message. ms.localizationpriority: medium -+ Last updated 12/15/2022
platform Resource Specific Consent https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/graph-api/rsc/resource-specific-consent.md
Title: Overview resource-specific consent in Teams description: In this article, learn about resource-specific consent (RSC) permissions, types of RSC and supported RSC permissions. ms.localizationpriority: medium-+ Last updated 03/20/2023
platform Actions In M365 Quick Start Guide https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/m365-apps/actions-in-m365-quick-start-guide.md
description: In this article, learn how to create Actions in Microsoft 365, func
Last updated 12/8/2023 -+ # Actions in Microsoft 365 Quick start guide
platform Actions In M365 https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/m365-apps/actions-in-m365.md
description: In this article, learn more about the function of Actions and its u
Last updated 11/16/2023 -+ # Actions in Microsoft 365
platform Build Actions In M365 https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/m365-apps/build-actions-in-m365.md
description: In this article, learn more how to build Actions and its use cases.
Last updated 12/8/2023 -+
platform Overview https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/m365-apps/overview.md
description: Learn how to extend Teams apps across Microsoft 365 (running in Tea
Last updated 02/02/2024 -+ ms.localizationpriority: medium
platform Build A Dashboard Tab App https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/tabs/how-to/Build-a-dashboard-tab-app.md
description: Describes Dashboard, widget and Graph API call in Teams toolkit ms.localizationpriority: medium-+ Last updated 01/17/2023
platform Add API Connection https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/toolkit/add-API-connection.md
description: Learn how toolkit allows bootstrap sample access to existing APIs and the list of different authentication types. ms.localizationpriority: medium-+ Last updated 05/20/2022
platform Debug Your Teams App Test Tool Vs https://github.com/MicrosoftDocs/msteams-docs/commits/main/msteams-platform/toolkit/toolkit-v4/debug-your-Teams-app-test-tool-vs.md
Title: Debug bot using Teams App Test Tool Visual Studio
description: Learn how to emulate the Teams experience for your bot in Teams App Test Tool in Visual Studio. ms.localizationpriority: medium-+ Last updated 02/13/2024