mode


Description:

public Mode mode { get; set; }

The current display mode of the bottom bar.

Changing this property automatically updates the CSS classes and positioning. When switching to FLOATING mode, ensure `overlay_widget` is set.

CSS Classes - `docked` class is applied when mode is DOCKED - `floating` class is applied when mode is FLOATING