GaugePropsGetColorOptions
Home > @backstage/core-components
> GaugePropsGetColorOptions
Signature:
export type GaugePropsGetColorOptions = {
palette: BackstagePalette;
value: number;
inverse?: boolean;
max?: number;
};
References: BackstagePalette