{
"type": "object",
"description": "Represents a configuration for the source of the card\u2019s content",
"properties": {
"iconUrl": {
"type": "string",
"description": "The icon for the card, to be displayed in the toolbox and card bar, represented as URL.",
"maxLength": 2048
},
"officeUIFabricIconName": {
"type": "string",
"description": "Office UI Fabric/Fluent UI icon friendly name for the card. This value will be used if \u2018iconUrl\u2019 is not specified.",
"maxLength": 255
}
},
"additionalProperties": false
}
Properties
iconUrl
Location of the icon for the card, to be displayed in the toolbox and card bar.
Type
string
Required
—
Constraints
Maximum string length: 2048.
Supported values
officeUIFabricIconName
Office UI Fabric or Fluent UI icon's friendly name for the card. This value is used if iconUrl is not specified.