ReadonlydetailLevel of visual detail the strategy should render.
Optional ReadonlyformatOptional consumer-supplied formatter for numeric values.
When provided, strategies use this for all numeric labels
(value readout, tick labels, min/max). When undefined,
each strategy falls back to its own default formatting.
ReadonlymaxScale maximum.
ReadonlyminScale minimum.
ReadonlysizeTarget render size.
Optional ReadonlythresholdsOptional reference values rendered as marker lines on the gauge.
Use for target set-points, thresholds, or limit indicators.
ReadonlytokensCSS custom-property tokens resolved from the host element.
ReadonlyunitUnit label displayed beside the value (e.g. "km/h", "dB").
ReadonlyvalueCurrent value (clamped between min and max).
ReadonlyzonesOptional coloured zones.
Configuration snapshot passed to every GaugePresentationStrategy.render call.
All values are pre-clamped and validated by the
UIGaugecomponent.