/ Maps / IShapeSelectedEventArgs
Search results

IShapeSelectedEventArgs API in Vue Maps API component

Specifies the event arguments for shape selected event in maps.

Properties

border

BorderModel

Defines the color and width of the border for the selected element in maps.

cancel

boolean

Specifies the cancel state for the event. The default value is false. If set as true, the event progress will be stopped.

data

Object

Defines the data source for the currently clicked shape.

fill

string

Defines the color for the selected shape in maps.

maps

Maps

Defines the current maps instance.

name

string

Defines the name of the event.

opacity

number

Defines the opacity for the selected shape in maps.

shapeData

Object

Defines the shapeData for the currently clicked shape.

shapeDataCollection

Object

Returns the shape details which are in selected state during multi-selection

target

string

Defines the id string of current mouse event target.