Class ActionButtonCardComponent
Represents a single action button that can be used in OverviewCard.
public class ActionButtonCardComponent : IOverviewCardComponent
- Inheritance
-
objectActionButtonCardComponent
- Implements
- Extension Methods
Properties
Action
An action which defines the button.
public Action Action { get; set; }
Property Value
ComponentName
Client component name.
public string ComponentName { get; }
Property Value
- string