Type Alias: ProcedurePreviewPaneProcData
ProcedurePreviewPaneProcData =
object
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ProcedurePreviewPane/ProcedurePreviewPaneViewEvents.ts:7
A description of a procedure to display in a procedure preview pane.
Properties
airportIcao
readonly
airportIcao:string
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ProcedurePreviewPane/ProcedurePreviewPaneViewEvents.ts:12
The ICAO of the airport to which the procedure belongs.
procedureIndex
readonly
procedureIndex:number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ProcedurePreviewPane/ProcedurePreviewPaneViewEvents.ts:15
The index of the procedure.
runwayDesignation
readonly
runwayDesignation:string
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ProcedurePreviewPane/ProcedurePreviewPaneViewEvents.ts:24
The designation of the runway associated with the procedure, or the empty string if there is no associated runway.
runwayTransitionIndex
readonly
runwayTransitionIndex:number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ProcedurePreviewPane/ProcedurePreviewPaneViewEvents.ts:21
The index of the runway transition, or -1
if there is no runway transition.
transitionIndex
readonly
transitionIndex:number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ProcedurePreviewPane/ProcedurePreviewPaneViewEvents.ts:18
The index of the transition.
type
readonly
type:ProcedureType
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/ProcedurePreviewPane/ProcedurePreviewPaneViewEvents.ts:9
The type of the procedure.