Microsoft.Common.TextBlock UI element
A control that can be used to add text to the portal interface.
UI sample
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"
}
}
}
Sample output
"Please provide the configuration values for your application. Learn more"
Next steps
- For an introduction to creating UI definitions, see Getting started with CreateUiDefinition.
- For a description of common properties in UI elements, see CreateUiDefinition elements.