Class ConditionBuilderOverviewCardComponent
Represents condition builder overview component that can be used in OverviewCard.
public class ConditionBuilderOverviewCardComponent : IOverviewCardComponent
- Inheritance
-
objectConditionBuilderOverviewCardComponent
- Implements
- Extension Methods
Properties
ComponentName
Gets or sets the name of the client component.
public string ComponentName { get; }
Property Value
- string
Data
Initial data for the component.
public ConditionTree Data { get; set; }