BadgeStyle
Collection of Badge Style Definitions to display in a Badge Styled Column
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| Badges | Collection of Badge Style Definitions |
| RowScope | Which types of Rows should contain a Badge (data, grouped, summary) |
Property Details
Badges
Collection of Badge Style Definitions
TypeScript
Badges?: BadgeStyleDefinition[];Property Value
RowScope
Which types of Rows should contain a Badge (data, grouped, summary)
TypeScript
RowScope?: RowScope;