Interface: TrafficSettingsDisplayProps
Component props for TrafficSettingsDisplay.
Hierarchy
ComponentProps
↳
TrafficSettingsDisplayProps
Properties
adsb
• adsb: boolean
Whether the installed traffic system supports ADS-B in.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/TrafficSettings/TrafficSettingsDisplay.tsx:26
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/TrafficSettings/TrafficSettingsDisplay.tsx:20
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
sdk/components/FSComponent.ts:125
trafficSettingManager
• trafficSettingManager: UserSettingManager
<TrafficUserSettingTypes
>
A manager for traffic system user settings.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/TrafficSettings/TrafficSettingsDisplay.tsx:29
trafficSystemType
• trafficSystemType: TrafficSystemType
The type of traffic system installed in the airplane.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/TrafficSettings/TrafficSettingsDisplay.tsx:23