Skip to main content

Interface: GtcNearestWaypointPageListItemProps<W, EntryType>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/NearestPages/GtcNearestWaypointPage.tsx:320

Component props for GtcNearestWaypointPageListItem.

Extends

Type Parameters

Type ParameterDefault type
W extends FacilityWaypoint-
EntryType extends NearestWaypointEntry<W>NearestWaypointEntry<W>

Properties

children?

optional children: DisplayChildren[]

Defined in: sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

Omit.children


class?

optional class: string | ToggleableClassNameRecord | SubscribableSet<string>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/List/GtcListItem.tsx:26

CSS class(es) to apply to the list item div element.

Inherited from

Omit.class


entry

entry: EntryType

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Nearest/GtcNearestWaypointListItem.tsx:21

Data pertaining to the list item's waypoint.

Inherited from

Omit.entry


gtcService

gtcService: GtcService

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Nearest/GtcNearestWaypointListItem.tsx:18

The GTC service.

Inherited from

Omit.gtcService


hideBorder?

optional hideBorder: boolean | Subscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/List/GtcListItem.tsx:14

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


onDestroy()?

optional onDestroy: () => void

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/List/GtcListItem.tsx:23

A callback function to execute when the list item is destroyed.

Returns

void

Inherited from

Omit.onDestroy


optionsPopupKey

optionsPopupKey: string

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/NearestPages/GtcNearestWaypointPage.tsx:326

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


paddedListItem?

optional paddedListItem: boolean | Subscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/List/GtcListItem.tsx:20

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

Inherited from

Omit.paddedListItem


ref?

optional ref: NodeReference<any>

Defined in: sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

Omit.ref


selectedWaypoint

selectedWaypoint: MutableSubscribable<null | W>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/NearestPages/GtcNearestWaypointPage.tsx:329

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


unitsSettingManager

unitsSettingManager: UnitsUserSettingManager

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Nearest/GtcNearestWaypointListItem.tsx:24

A manager for display unit settings.

Inherited from

Omit.unitsSettingManager