Interface: PfdTrafficAnnunciationProps
Component props for PfdTrafficAnnunciation.
Hierarchy
ComponentProps
↳
PfdTrafficAnnunciationProps
Properties
advisoryDataProvider
• advisoryDataProvider: TcasAdvisoryDataProvider
A provider of TCAS advisory data.
Defined in
src/garminsdk/components/nextgenpfd/traffic/PfdTrafficAnnunciation.tsx:16
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
declutter
• declutter: Subscribable
<boolean
>
Whether to declutter the annunciation.
Defined in
src/garminsdk/components/nextgenpfd/traffic/PfdTrafficAnnunciation.tsx:19
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
trafficSystem
• trafficSystem: TrafficSystem
The traffic system.
Defined in
src/garminsdk/components/nextgenpfd/traffic/PfdTrafficAnnunciation.tsx:13