Skip to content

Type Alias: Boost

ts
type Boost = 
  | FloorBoost
  | SelectEntityBoost
  | RoutingBoost
  | undefined;

Represents any type of map boost. Can be one of:

  • FloorBoost: select a floor (optionally scoped to a building)
  • SelectEntityBoost: select an entity, with optional start point modal
  • RoutingBoost: apply routing between entities with options
  • undefined: no boost