VariableSlider

class foxglove.layouts.VariableSliderPanel

Update numerical variable values for a layout.

For more information, see [the documentation](https://docs.foxglove.dev/docs/visualization/panels/variable-slider).

config: VariableSliderConfig
title: str | None = None

The title of the panel.

class foxglove.layouts.VariableSliderConfig

Configuration for the Variable Slider panel.

global_variable_name: str | None = None

Name of variable

slider_props: VariableSliderProps | None = None
class foxglove.layouts.VariableSliderProps

Settings for the slider

max: float | None = None

Maximum value of the slider

min: float | None = None

Minimum value of the slider

step: float | None = None

Size of each incremental step in the slider