Skip to main content

grid-pro.statuspillrendererparams

Home > @genesislcap/grid-pro > StatusPillRendererParams

StatusPillRendererParams type

Parameters used to configure StatusPillRenderer

Signature:

export type StatusPillRendererParams = ICellRendererParams & {
backgroundColor?: string;
iconName?: string;
iconSrc?: string;
iconInitial?: string;
iconInitialBackgroundColor?: string;
justifyContent?: string;
iconSize?: string;
textColor?: string;
text?: string;
dateCountdown?: number;
dateCountdownCompletedMessage?: string;
};