arena-py API v1.0.1
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. Defaults to '' (optional)
- str on: Event to listen 'on'. Allows [mousedown, mouseup] Defaults to 'mousedown' (optional)