Vue Map - ClickEvent

The type of the click event handler's argument.

import { DxMapTypes } from "devextreme-vue/map"
Type: DxMapTypes.ClickEvent

Used in:

component

The UI component's instance.

Selector: DxComponent
Type:

Map

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: DxEvent