Interface: MfdFplPageApproachLegPreviewListItemProps
Component props for MfdFplPageApproachLegPreviewListItem.
Hierarchy
Omit
<UiListItemProps
,"onFocusGained"
|"onFocusLost"
>↳
MfdFplPageApproachLegPreviewListItemProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
Omit.children
Defined in
src/sdk/components/FSComponent.ts:122
class
• Optional
class: string
| ToggleableClassNameRecord
| SubscribableSet
<string
>
The CSS class(es) to apply to the list item's root element.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdFplPage/MfdFplPageApproachLegPreviewListItem.tsx:52
data
• data: FlightPlanApproachLegPreviewDataItem
Data pertaining to the list item's flight plan leg.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdFplPage/MfdFplPageApproachLegPreviewListItem.tsx:22
designatedChildDrivesFocusable
• Optional
designatedChildDrivesFocusable: boolean
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
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/List/UiListItem.tsx:22
facLoader
• facLoader: FacilityLoader
The facility loader.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdFplPage/MfdFplPageApproachLegPreviewListItem.tsx:25
facWaypointCache
• facWaypointCache: GarminFacilityWaypointCache
A cache used to retrieve waypoints.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdFplPage/MfdFplPageApproachLegPreviewListItem.tsx:28
gduFormat
• gduFormat: GduFormat
The format of the list item's parent GDU display.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdFplPage/MfdFplPageApproachLegPreviewListItem.tsx:31
hideBorder
• Optional
hideBorder: boolean
Whether to hide the list item's border. Defaults to false
.
Inherited from
Omit.hideBorder
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/List/UiListItem.tsx:25
onButtonPressed
• Optional
onButtonPressed: (button
: UiTouchButton
, data
: FlightPlanApproachLegPreviewDataItem
) => void
A function which is called when the list item's leg button is pressed.
Param
The flight plan data associated with the list item.
Type declaration
▸ (button
, data
): void
A function which is called when the list item's leg button is pressed.
Parameters
Name | Type | Description |
---|---|---|
button | UiTouchButton | - |
data | FlightPlanApproachLegPreviewDataItem | The flight plan data associated with the list item. |
Returns
void
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdFplPage/MfdFplPageApproachLegPreviewListItem.tsx:49
onDestroy
• Optional
onDestroy: () => void
A callback function to execute when the list item is destroyed.
Type declaration
▸ (): void
A callback function to execute when the list item is destroyed.
Returns
void
Inherited from
Omit.onDestroy
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/List/UiListItem.tsx:39
onFocusGained
• Optional
onFocusGained: (data
: FlightPlanApproachLegPreviewDataItem
) => void
A function which is called when the list item gains UI focus.
Param
The flight plan data associated with the list item.
Type declaration
▸ (data
): void
A function which is called when the list item gains UI focus.
Parameters
Name | Type | Description |
---|---|---|
data | FlightPlanApproachLegPreviewDataItem | The flight plan data associated with the list item. |
Returns
void
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdFplPage/MfdFplPageApproachLegPreviewListItem.tsx:37
onFocusLost
• Optional
onFocusLost: (data
: FlightPlanApproachLegPreviewDataItem
) => void
A function which is called when the list item loses UI focus.
Param
The flight plan data associated with the list item.
Type declaration
▸ (data
): void
A function which is called when the list item loses UI focus.
Parameters
Name | Type | Description |
---|---|---|
data | FlightPlanApproachLegPreviewDataItem | The flight plan data associated with the list item. |
Returns
void
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdFplPage/MfdFplPageApproachLegPreviewListItem.tsx:43
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
Omit.ref
Defined in
src/sdk/components/FSComponent.ts:125