Skip to main content

Interface: G1000SynVisProps

Component props for G1000SynVis.

Hierarchy

  • ComponentProps

    G1000SynVisProps

Properties

bingId

bingId: string

A unique ID to assign to the synthetic vision component's Bing instance.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/G1000SynVis.tsx:19


bus

bus: EventBus

The event bus.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/G1000SynVis.tsx:16


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

sdk/components/FSComponent.ts:122


isActive

isActive: Subscribable<boolean>

A subscribable which provides whether synthetic vision is active.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/G1000SynVis.tsx:27


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

sdk/components/FSComponent.ts:125


resolution

resolution: Subscribable<Readonly<Omit<Float64Array, "set" | "sort" | "copyWithin">>>

A subscribable which provides the internal resolution for the synthetic vision's Bing component.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/FlightInstruments/G1000SynVis.tsx:24