React VectorMap - ClickEvent

The type of the click event handler's argument.

import { VectorMapTypes } from "devextreme-react/vector-map"
Type: VectorMapTypes.ClickEvent

component

The UI component's instance.

Selector: Component
Type:

VectorMap

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event

target