Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.37 KB

File metadata and controls

43 lines (33 loc) · 1.37 KB
title teamsAppDashboardCardIcon resource type
description Represents a configuration for the icon of a dashboard card in a teamsApp.
author ashish-goel
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 03/06/2024

teamsAppDashboardCardIcon resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a configuration for the icon of a dashboard card in a teamsApp.

Properties

Property Type Description
iconUrl String The icon for the card, displayed in the toolbox and card bar, is represented as a URL. The preferred size for raster images is 28x28 pixels. If this property has a value, the officeFabricIconFontName property is ignored.
officeUIFabricIconName String The friendly name of the Office UI Fabric/Fluent UI icon for the card that is used when the iconUrl property isn't specified. For example, "officeUIFabricIconName": "Search".

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamsAppDashboardCardIcon",
  "iconUrl": "String",
  "officeUIFabricIconName": "String"
}