Interface: GtcNearestWaypointListItemProps<EntryType>
Component props for GtcNearestWaypointListItem.
Type parameters
Name | Type |
---|---|
EntryType | extends NearestWaypointEntry <FacilityWaypoint <any >> = NearestWaypointEntry <FacilityWaypoint <any >> |
Hierarchy
↳
GtcNearestWaypointListItemProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
Defined in
sdk/components/FSComponent.ts:122
class
• Optional
class: string
| SubscribableSet
<string
>
CSS class(es) to apply to the list item div element.
Inherited from
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/List/GtcListItem.tsx:26
entry
• entry: EntryType
Data pertaining to the list item's waypoint.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Nearest/GtcNearestWaypointListItem.tsx:21
gtcService
• gtcService: GtcService
The GTC service.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Nearest/GtcNearestWaypointListItem.tsx:18
hideBorder
• Optional
hideBorder: boolean
| Subscribable
<boolean
>
Hides the list item border, allowing the content to easily fill the entire space of the list-item. Defaults to false.
Inherited from
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/List/GtcListItem.tsx:14
isSelected
• Optional
isSelected: Subscribable
<boolean
>
Whether the list item is selected.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Nearest/GtcNearestWaypointListItem.tsx:27
onButtonPressed
• Optional
onButtonPressed: (entry
: EntryType
) => void
A callback function to execute when the list item's waypoint button is pressed.
Type declaration
▸ (entry
): void
A callback function to execute when the list item's waypoint button is pressed.
Parameters
Name | Type |
---|---|
entry | EntryType |
Returns
void
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Nearest/GtcNearestWaypointListItem.tsx:30
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
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/List/GtcListItem.tsx:23
paddedListItem
• Optional
paddedListItem: boolean
| Subscribable
<boolean
>
Adds some default, commonly used padding to the list item. Defaults to false.
Inherited from
GtcListItemProps.paddedListItem
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/List/GtcListItem.tsx:20
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
Defined in
sdk/components/FSComponent.ts:125
unitsSettingManager
• unitsSettingManager: UnitsUserSettingManager
<UnitsUserSettingTypes
>
A manager for display unit settings.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Nearest/GtcNearestWaypointListItem.tsx:24