/ Maps / IShapeRenderingEventArgs
Search results

IShapeRenderingEventArgs API in Vue Maps API component

Specifies the event arguments in shape rendering event in maps.

Properties

border

BorderModel

Defines the color and width of the border for the current shape in event argument.

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 for the shape from the data source in event argument.

fill

string

Defines the color for the current shape in event argument.

index

number

Defines the index value of shape rendering in the map.

maps

Maps

Defines the maps instance in event argument.

name

string

Defines the name of the event.

shape

ShapeSettingsModel

Defines the current shape settings in event argument.