Dela via


Microsoft.Common.TextBlock UI-element

En kontroll som kan användas för att lägga till text i portalgränssnittet.

Exempel på användargränssnitt

Skärmbild av elementet Microsoft.Common.TextBlock UI i ett portalgränssnitt.

Schema

{
  "name": "text1",
  "type": "Microsoft.Common.TextBlock",
  "visible": true,
  "options": {
    "text": "Please provide the configuration values for your application.",
    "link": {
      "label": "Learn more",
      "uri": "https://www.microsoft.com"
    }
  }
}

Exempelutdata

"Please provide the configuration values for your application. Learn more"

Nästa steg