Class ButtonAction
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
ACE card button action
public class ButtonAction
- Inheritance
-
ButtonAction
- Inherited Members
Properties
Action
Action to execute
[JsonPropertyName("action")]
public AdaptiveCardAction Action { get; set; }
Property Value
IsVisible
Is the button visible
[JsonPropertyName("isVisible")]
public bool? IsVisible { get; set; }
Property Value
- bool?
Style
Supported values: positive or default
[JsonPropertyName("style")]
public string Style { get; set; }
Property Value
Title
Button title
[JsonPropertyName("title")]
public string Title { get; set; }