Options
All
  • Public
  • Public/Protected
  • All
Menu

The arguments passed to hover event raised by a hover detection modifier, e.g. PointerEventsMediatorModifier

Type parameters

Hierarchy

  • IHoverCallbackArgs

Index

Properties

hoveredEntities

hoveredEntities: TEntityType[]

Items that are currently hovered accordingly ro hover detection rules

includedEntities

includedEntities: TEntityType[]

Items that are are hit tested

mouseArgs

The mouse event properties

previousHoveredEntities

previousHoveredEntities: TEntityType[]

Items that were hovered on previous event

sender

sender: PointerEventsMediatorModifier<TEntityType>

The modifier that raised the event

unhoveredEntities

unhoveredEntities: TEntityType[]

Items that were hovered on previous event but are not anymore

Generated using TypeDoc