Skip to main content

Interface: GtcMinimumsControlProps

Component props for GtcMinimumsControl.

Hierarchy

  • ComponentProps

    GtcMinimumsControlProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

sdk/components/FSComponent.ts:122


gtcService

gtcService: GtcService

The GTC service.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Minimums/GtcMinimumsControl.tsx:29


minimumsDataProvider

minimumsDataProvider: MinimumsDataProvider

A provider of minimums data.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Minimums/GtcMinimumsControl.tsx:32


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

sdk/components/FSComponent.ts:125


sidebarState

Optional sidebarState: GtcSidebarState | Subscribable<null | GtcSidebarState>

The SidebarState to use.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Minimums/GtcMinimumsControl.tsx:35