StickyToolbar
StickyToolbarPosition
typescript
type StickyToolbarPosition =
| "TOP_CENTER"
| "TOP_LEFT"
| "TOP_RIGHT"
| "BOTTOM_LEFT"
| "BOTTOM_RIGHT";StickyToolbarDisplay
typescript
/**
* SELECT - display when a layer is selected.
* HOVER_SELECT - display when hovering over the selected layer.
*/
type StickyToolbarDisplay = "SELECT" | "HOVER_SELECT";