Link Search Menu Expand Document

arena-py API v0.9.6

arena.attributes.goto_landmark

GotoLandmark attribute class to manage its properties in the ARENA: Teleports user to the landmark with the given name. Requires click-listener. Usage: goto_landmark=GotoLandmark(...)

Parameters
  • str landmark: Id of landmark to teleport to. (optional)
  • str on: Event to listen 'on'. Allows [mousedown, mouseup] Defaults to 'mousedown' (optional)
GotoLandmark(**kwargs)