Type alias TConnectionProps

TConnectionProps: {
    direction?: string;
    icon?: string;
    isEntering?: boolean;
    toMapName?: string;
    type: any;
}

Type declaration

  • Optional direction?: string

    Direction "up" or "down" or null if on the same floor

  • Optional icon?: string
  • Optional isEntering?: boolean
  • Optional toMapName?: string
  • type: any

    Connection type, "escalator", "elevator", etc