You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -46,12 +46,16 @@ Whether or not to include background styling & padding around the overlay.
46
46
47
47
#### `attachToControlBar`
48
48
49
-
__Type:__`Boolean`
49
+
__Type:__`Boolean`, `String`
50
50
__Default:__`false`
51
51
52
52
_This setting can be overridden by being set on individual overlay objects._
53
53
54
-
If set to true, bottom aligned overlays will adjust positioning when the control bar minimizes. This has no effect on overlays that are not aligned to bottom, bottom-left, or bottom-right. For use with the default control bar, it may not work for custom control bars.
54
+
If set to `true` or a `string` value, bottom aligned overlays will adjust positioning when the control bar minimizes. This has no effect on overlays that are not aligned to bottom, bottom-left, or bottom-right. For use with the default control bar, it may not work for custom control bars.
55
+
56
+
The value of `string` must be the name of a ControlBar component.
57
+
58
+
Bottom aligned overlays will be inserted before the specified component. Otherwise, bottom aligned overlays are inserted before the first child component of the ControlBar. All other overlays are inserted before the ControlBar component.
0 commit comments