Class: FmcMsgLine
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/Components/FmcMsgLine.ts:6
A class providing the rendering for the FMC message line and EXEC indication.
Constructors
Constructor
new FmcMsgLine(
fmcScreen
,planInModRef
):FmcMsgLine
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/Components/FmcMsgLine.ts:14
Ctor
Parameters
Parameter | Type | Description |
---|---|---|
fmcScreen | FmcScreen <any , any > | the fmc screen |
planInModRef | Subscribable <boolean > | A binding to the fms's planInMod subject. |
Returns
FmcMsgLine
Properties
msg
readonly
msg:Subject
<string
>
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/Components/FmcMsgLine.ts:7
Methods
render()
readonly
render():void
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/Components/FmcMsgLine.ts:25
Forces a re-render of the msg line.
Returns
void