BadgeStyleDefinition

Defines a Badge Style

TypeScript
export interface

Properties

PropertyDescription
Expression
IconIcon to display in Badge
IconOnlyOnly show an Icon and no Cell text
IconPositionPosition of Icon in the Badge - 'Start' or 'End'
PredicateOptional Rule for deciding whether Badge is displayed
StyleStyle for the Badge

Property Details

Expression

TypeScript
Expression?: AdaptableBooleanQuery;
Property Value

AdaptableBooleanQuery

Icon

Icon to display in Badge

TypeScript
Icon?: AdaptableIcon;
Property Value

AdaptableIcon

IconOnly

Only show an Icon and no Cell text

TypeScript
IconOnly?: boolean;
Property Value

boolean

IconPosition

Position of Icon in the Badge - 'Start' or 'End'

TypeScript
IconPosition?: 'Start' | 'End';
Property Value

'Start' | 'End'

Predicate

Optional Rule for deciding whether Badge is displayed

TypeScript
Predicate?: BadgeStylePredicate;
Property Value

BadgeStylePredicate

Style

Style for the Badge

TypeScript
Style?: AdaptableStyle;
Property Value

AdaptableStyle