Skip to content

Interface: SelectEntityBoost

Boost for selecting an entity on the map.

  • floor → switch to that floor
  • building → switch to that building
  • entity → select that entity
  • addDestination → set entity as start point + open "Add Destination" modal

Extends

Properties

PropertyTypeDescriptionInherited from
addDestination?booleanIf true, set entity as start point and open destination modal-
building?numberThe building identifier (optional, used to scope the floor)FloorBoost.building
entity?numberThe entity identifier to be selected. Optional — a floor-only SELECT (switch floor without selecting an entity) omits it. A present-but-invalid value is rejected with MAPSTED-1071 rather than silently coerced to 0.-
floornumberThe floor identifier to be selectedFloorBoost.floor
typeBoostTypesType of boost: always "SELECT" here-