Skip to main content

Interface: GtcNearestWaypointPageListItemProps<W, EntryType>

Component props for GtcNearestWaypointPageListItem.

Type parameters

NameType
Wextends FacilityWaypoint
EntryTypeextends NearestWaypointEntry<W> = NearestWaypointEntry<W>

Hierarchy

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

Omit.children

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

Omit.class

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.

Inherited from

Omit.entry

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Nearest/GtcNearestWaypointListItem.tsx:21


gtcService

gtcService: GtcService

The GTC service.

Inherited from

Omit.gtcService

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

Omit.hideBorder

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/List/GtcListItem.tsx:14


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

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/List/GtcListItem.tsx:23


optionsPopupKey

optionsPopupKey: string

The view key of the options popup opened by the list item's waypoint button.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/NearestPages/GtcNearestWaypointPage.tsx:326


paddedListItem

Optional paddedListItem: boolean | Subscribable<boolean>

Adds some default, commonly used padding to the list item. Defaults to false.

Inherited from

Omit.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

Omit.ref

Defined in

sdk/components/FSComponent.ts:125


selectedWaypoint

selectedWaypoint: MutableSubscribable<null | W, null | W>

The selected waypoint for the list item's parent nearest waypoint page.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/NearestPages/GtcNearestWaypointPage.tsx:329


unitsSettingManager

unitsSettingManager: UnitsUserSettingManager<UnitsUserSettingTypes>

A manager for display unit settings.

Inherited from

Omit.unitsSettingManager

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Nearest/GtcNearestWaypointListItem.tsx:24