Collection of Badge Style Definitions to display in a Badge Styled Column

TypeScript
export interface

Properties

PropertyDescription
BadgesCollection of Badge Style Definitions
RowScopeWhich types of Rows should contain a Badge (data, grouped, summary)

Property Details

Badges

Collection of Badge Style Definitions

TypeScript
Badges?: BadgeStyleDefinition[];
Property Value

BadgeStyleDefinition[]

RowScope

Which types of Rows should contain a Badge (data, grouped, summary)

TypeScript
RowScope?: RowScope;
Property Value

RowScope