/ Maps / ITooltipRenderEventArgs
Search results

ITooltipRenderEventArgs API in Vue Maps API component

Specifies the event arguments for tooltip render event in maps.

Properties

border

BorderModel

Defines the color and width of the border for the tooltip 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.

content

string | HTMLElement

Define the content of the tooltip.

data

Object

Defines the data in tooltip.

eventArgs

PointerEvent

Defines the original event arguments.

fill

string

Defines the color for the tooltip in event argument.

maps

Maps

Defines the current maps instance.

name

string

Defines the name of the event.

options

Object

Define the tooltip options.

textStyle

FontModel

Defines the style of text for the tooltip in event argument.