BadgeStyleDefinition
Defines a Badge Style
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| Expression | |
| Icon | Icon to display in Badge |
| IconOnly | Only show an Icon and no Cell text |
| IconPosition | Position of Icon in the Badge - 'Start' or 'End' |
| Predicate | Optional Rule for deciding whether Badge is displayed |
| Style | Style for the Badge |
Property Details
Expression
TypeScript
Expression?: AdaptableBooleanQuery;Property Value
Icon
Icon to display in Badge
TypeScript
Icon?: AdaptableIcon;Property Value
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
Style
Style for the Badge
TypeScript
Style?: AdaptableStyle;