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