Clarify IOperatingBy.flightNumber doc — it IS used for code-share display
This commit is contained in:
@@ -237,7 +237,11 @@ export interface IOperatingBy {
|
||||
actual?: string;
|
||||
/** @deprecated use `scheduled` / `actual`; retained for old consumers */
|
||||
carrier?: string;
|
||||
/** @deprecated code-share flight number; unused in React */
|
||||
/**
|
||||
* Code-share flight number (e.g. "0100"). Used in DetailsHeaderBadge
|
||||
* to render the secondary `KL 1234, AF 5678` line under the primary
|
||||
* flight number for multi-leg flights with different operating carriers.
|
||||
*/
|
||||
flightNumber?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user