Class: TileHotspot

Help4.widget.help.view2.TileHotspot()

hotspot helper for Help4.widget.help.view2.Tile

Constructor

new TileHotspot()

Source:

Methods

(async, static) scrollHotspotIntoView(tile) → {Promise.<void>}

Parameters:
Name Type Description
tile Help4.widget.help.view2.Tile
Source:
Returns:
Type
Promise.<void>

(static) selectHotspot(tile)

Parameters:
Name Type Description
tile Help4.widget.help.view2.Tile
Source:

(static) stopHotspotAnimation(tile) → {boolean}

Parameters:
Name Type Description
tile Help4.widget.help.view2.Tile
Source:
Returns:
Type
boolean

(static) updateHotspotControl(tile) → {boolean}

Parameters:
Name Type Description
tile Help4.widget.help.view2.Tile
Source:
Returns:
Type
boolean

(static) wmHover(tile)

Parameters:
Name Type Description
tile Help4.widget.help.view2.Tile
Source:

(static) wmLeave(tile)

Parameters:
Name Type Description
tile Help4.widget.help.view2.Tile
Source:

Type Definitions

ControlParams

Type:
  • Object
Properties:
Name Type Attributes Description
animationType string
delta Help4.control2.SizeWidthHeight
hotspotType string
icon string
number number <nullable>
point Help4.control2.PositionXY
pos string
rect Help4.control2.AreaXYWH
size string
spotlight boolean
spotlightBlur number
spotlightOffset number
spotlightOpacity number
title string <nullable>
active boolean
visible boolean
_metadata Object
Properties
Name Type Description
tileId string
hotspotId string
controlStyle string
controlType string <optional>
ariaLabel string <optional>
Source: