Skip to content

Latest commit

 

History

History
 
 

ace-basiccard

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Basic Card with Teams Deep Linking

Summary

This example shows a basic ACE with a single card view. The settings allow you to set the link launched by the card. You can set the URL to anything you like and the card will launch it. For Teams links, paste in the link from "Get link to channel" and select the "Is Teams Deep Link".

Highlights:

  • Basic properties and updating the property pane
  • How link actions work and properties are accessed within a solution
  • Updating the code to use async/await

Screen Shots

Card View

Card View

Settings

Settings showing link Url

Used SharePoint Framework Version

version

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Prerequisites

None

Solution

Solution Author(s)
teams-chat-card Microsoft

Version history

Version Date Comments
1.0 August 22, 2021 Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve --nobrowser

References