IPrimaryTextCardParameters interface
The data parameters for BasePrimaryTextCardView.
- Extends
Properties
description | The description to display. |
primary |
The primary text to display. |
Property Details
description
The description to display.
description: string;
Property Value
string
primaryText
The primary text to display.
primaryText: string;
Property Value
string
Remarks
This is a single line of bolded text. Using new line in string will not create new lines.