Appearance
Interface: SelectEntityBoost
Boost for selecting an entity on the map.
floor→ switch to that floorbuilding→ switch to that buildingentity→ select that entityaddDestination→ set entity as start point + open "Add Destination" modal
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
addDestination? | boolean | If true, set entity as start point and open destination modal | - |
building? | number | The building identifier (optional, used to scope the floor) | FloorBoost.building |
entity? | number | The 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. | - |
floor | number | The floor identifier to be selected | FloorBoost.floor |
type | BoostTypes | Type of boost: always "SELECT" here | - |