Skip to main content
Version: Next

GaugeProps

Home > @backstage/core-components > GaugeProps

Signature:

export type GaugeProps = {
value: number;
fractional?: boolean;
inverse?: boolean;
unit?: string;
max?: number;
size?: 'normal' | 'small';
description?: ReactNode;
getColor?: GaugePropsGetColor;
relativeToMax?: boolean;
decimalDigits?: number;
};

References: GaugePropsGetColor