Interface: GtcMapPointerControlPopupProps
Component props for GtcMapPointerControlPopup.
Hierarchy
↳
GtcMapPointerControlPopupProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
Defined in
sdk/components/FSComponent.ts:122
controlMode
• controlMode: GtcControlMode
The GTC control mode to which the view belongs.
Inherited from
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:15
displayPaneIndex
• Optional
displayPaneIndex: ControllableDisplayPaneIndex
The index of the display pane that this view is tied to.
Inherited from
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:18
gtcService
• gtcService: GtcService
The GtcService instance
Inherited from
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:12
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
Defined in
sdk/components/FSComponent.ts:125
touchDragDistanceMap
• Optional
touchDragDistanceMap: (distance
: number
, dt
: number
) => number
A function which maps mouse drag distances on the touchpad to map pointer move distances.
Param
A touchpad mouse drag distance, in pixels.
Param
The time, in milliseconds, over which the mouse drag distance was performed.
Type declaration
▸ (distance
, dt
): number
A function which maps mouse drag distances on the touchpad to map pointer move distances.
Parameters
Name | Type | Description |
---|---|---|
distance | number | A touchpad mouse drag distance, in pixels. |
dt | number | The time, in milliseconds, over which the mouse drag distance was performed. |
Returns
number
The distance the map pointer should move given the specified mouse drag distance and elapsed time.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Popups/MapPointerControlPopup/GtcMapPointerControlPopup.tsx:25