BadgePillStyle

Visual styling applied to a single Badge pill — an explicit subset of . Not used: BorderRadius (), Alignment / FontSize / ClassName (column-level or unsupported).

TypeScript
export type BadgePillStyle = Pick<AdaptableStyle, (typeof BADGE_PILL_STYLE_KEYS)[number]>;
References

AdaptableStyle