type DockPosition = "left" | "right" | "bottom";
Valid positions for the dock: 'left', 'right', or 'bottom'.
'left'
'right'
'bottom'