Breadcrumb
- Sabre Red 360 Software Development Kit Help
- Web Red Apps
- UI Contributions
- Tile Widgets
- Hotel Tile Widgets
Hotel Tile Widgets
The business purpose of Hotels Tile Widgets is to allow Red Apps to add tiles into results of hotels search and hotel details.

Hotel Details, after expanding search result:

Contributing
Red Apps can contribute to Hotel Widgets using createCslHotelSearchTile
and createCslHotelDetailsTile
methods of PublicCslService
.
getService(PublicCslService).createCslHotelSearchTile(testTileComponent, action , "Hotel Search Tile Added By SDK");
getService(PublicCslService).createCslHotelDetailsTile(testTileComponent, action, "Hotel Details Tile Added by SDK");
Data
PublicCslData
is used as a model in both cases, from sabre-ngv-csl/response/interfaces/PublicCslData
package.
Detailed APIs of configs and data models used to configure and work with tile widgets can be found in TypeScript API Documentation.