Skip to main content

Type Alias: HorizonLineOptions

HorizonLineOptions = object

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/HorizonLine.tsx:15

Options for HorizonLine.

Properties

headingPointerColor?

optional headingPointerColor: string

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/HorizonLine.tsx:32

The color of the heading reference pointer. Defaults to 'white'.


headingPointerMaxSize

headingPointerMaxSize: ReadonlyFloat64Array

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/HorizonLine.tsx:41

The maximum size of the heading/track pointers as [width, height] in pixels.


headingPointerMinSize

headingPointerMinSize: ReadonlyFloat64Array

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/HorizonLine.tsx:38

The minimum size of the heading/track pointers as [width, height] in pixels.


headingPointerOffsetY?

optional headingPointerOffsetY: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/HorizonLine.tsx:35

The heading pointer vertical offset in pixels. Defaults to 0.


headingPointerWidth?

optional headingPointerWidth: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/HorizonLine.tsx:29

The width of the heading reference pointer, in pixels. Defaults to 1 pixel.


outlineColor?

optional outlineColor: string

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/HorizonLine.tsx:26

The color of the horizon line outline. Defaults to 'black'.


outlineWidth?

optional outlineWidth: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/HorizonLine.tsx:23

The width of the horizon line outline, in pixels. Defaults to 1 pixel.


strokeColor?

optional strokeColor: string

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/HorizonLine.tsx:20

The color of the horizon line stroke. Defaults to 'white'.


strokeWidth?

optional strokeWidth: number

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2/PFD/Components/Horizon/HorizonLine.tsx:17

The width of the horizon line stroke, in pixels. Defaults to 2 pixels.