ICardButton interface
A button to display on a Card View.
Properties
action | The type of the button. |
id | Unique Id of the button. |
style | Controls the style of the button. |
title | Text displayed on the button. |
Property Details
action
id
Unique Id of the button.
id?: string;
Property Value
string
style
Controls the style of the button.
style?: ActionStyle;
Property Value
adaptivecards!ActionStyle:type
Remarks
The destructive Action style is not supported in Card views
title
Text displayed on the button.
title: string;
Property Value
string