ControlPosition
The VMapControlPosition component is used to positioning the control on the map.
Basic usage
API
Attributes
| Name | Description | Type | Default |
|---|---|---|---|
| position | Pair of string values representing the side name vertically and horizontally. Example: ['top', 'left'] and set 'topleft' value for the position property in the control components. | [string, string] | — |
| class | The CSS class value. You can pass the object, array and string value. | any | — |
Events
No events.
Slots
| Name | Description |
|---|---|
| default | The default slot can be used to extend behavior. |
Exposes
| Name | Description | Type |
|---|---|---|
| positionElement | Position DOM element. | Ref<HTMLElement | null> |