Skip to main content

Class: FmcMsgLine

A class providing the rendering for the FMC message line and EXEC indication.

Constructors

constructor

new FmcMsgLine(fmcScreen, planInModRef): FmcMsgLine

Ctor

Parameters

NameTypeDescription
fmcScreenFmcScreen<any, any>the fmc screen
planInModRefSubscribable<boolean>A binding to the fms's planInMod subject.

Returns

FmcMsgLine

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