Breadcrumb
Panel Widget
A Panel Widget is an Tile Object which can be included to Panel with in the new Sabre Red 360 UI.
Currently supported areas are:
-
Air Shopping Decision Support Bar.

-
Air Shopping Search Results.

TileContent
Rich Content that can included in a Tile. Below is the TypeScript API with properties.
interface TileContent {
contentTitle?: string;
footer?: string;
contents: Array<{
title?: string;
content: string;
}>
}
Below you can see the graphical representation for TileContent with two contents in it when it renders.

For more information please go to com.sabre.redapp.example3.web.tilewidgets sample.