Interface: MfdFplPageApproachLegPreviewListItemProps
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/MainView/Pages/MfdFplPage/MfdFplPageApproachLegPreviewListItem.tsx:20
Component props for MfdFplPageApproachLegPreviewListItem.
Extends
Omit
<UiListItemProps
,"onFocusGained"
|"onFocusLost"
>
Properties
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
Omit.children
class?
optional
class:string
|ToggleableClassNameRecord
|SubscribableSet
<string
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/MainView/Pages/MfdFplPage/MfdFplPageApproachLegPreviewListItem.tsx:52
The CSS class(es) to apply to the list item's root element.
data
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/MainView/Pages/MfdFplPage/MfdFplPageApproachLegPreviewListItem.tsx:22
Data pertaining to the list item's flight plan leg.
designatedChildDrivesFocusable?
optional
designatedChildDrivesFocusable:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/List/UiListItem.tsx:22
Whether the list item's designated focusable child determines whether the list item can be focused. If true
,
then the list item can be focused if and only if the designated child exists and can be focused. If false
, then
the list item can always be focused. Defaults to false
.
Inherited from
Omit.designatedChildDrivesFocusable
facLoader
facLoader:
FacilityLoader
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/MainView/Pages/MfdFplPage/MfdFplPageApproachLegPreviewListItem.tsx:25
The facility loader.
facWaypointCache
facWaypointCache:
GarminFacilityWaypointCache
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/MainView/Pages/MfdFplPage/MfdFplPageApproachLegPreviewListItem.tsx:28
A cache used to retrieve waypoints.
gduFormat
gduFormat:
GduFormat
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/MainView/Pages/MfdFplPage/MfdFplPageApproachLegPreviewListItem.tsx:31
The format of the list item's parent GDU display.
hideBorder?
optional
hideBorder:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/List/UiListItem.tsx:25
Whether to hide the list item's border. Defaults to false
.
Inherited from
Omit.hideBorder
onButtonPressed()?
optional
onButtonPressed: (button
,data
) =>void
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/MainView/Pages/MfdFplPage/MfdFplPageApproachLegPreviewListItem.tsx:49
A function which is called when the list item's leg button is pressed.
Parameters
Parameter | Type | Description |
---|---|---|
button | UiTouchButton | - |
data | FlightPlanApproachLegPreviewDataItem | The flight plan data associated with the list item. |
Returns
void
onDestroy()?
optional
onDestroy: () =>void
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/List/UiListItem.tsx:39
A callback function to execute when the list item is destroyed.
Returns
void
Inherited from
Omit.onDestroy
onFocusGained()?
optional
onFocusGained: (data
) =>void
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/MainView/Pages/MfdFplPage/MfdFplPageApproachLegPreviewListItem.tsx:37
A function which is called when the list item gains UI focus.
Parameters
Parameter | Type | Description |
---|---|---|
data | FlightPlanApproachLegPreviewDataItem | The flight plan data associated with the list item. |
Returns
void
onFocusLost()?
optional
onFocusLost: (data
) =>void
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/MainView/Pages/MfdFplPage/MfdFplPageApproachLegPreviewListItem.tsx:43
A function which is called when the list item loses UI focus.
Parameters
Parameter | Type | Description |
---|---|---|
data | FlightPlanApproachLegPreviewDataItem | The flight plan data associated with the list item. |
Returns
void
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
Omit.ref