Angular VectorMap - ClickEvent

The type of the click event handler's argument.

import { DxVectorMapTypes } from "devextreme-angular/ui/vector-map"
Type: DxVectorMapTypes.ClickEvent

component

The UI component's instance.

Selector: dxo-component
Type:

VectorMap

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: dxo-event

target