Skip to main content

Interface: FlightPlanAddWaypointDataItem

A data item describing an 'Add Waypoint' item in a list.

Hierarchy

  • FlightPlanBaseDataItem

    FlightPlanAddWaypointDataItem

Properties

isVisible

Readonly isVisible: Subscribable<boolean>

Whether this item should be visible when displayed in a list format.

Inherited from

FlightPlanBaseDataItem.isVisible

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/FlightPlan/FlightPlanDataItem.ts:20


type

Readonly type: AddWaypoint

The type of this data item.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/FlightPlan/FlightPlanDataItem.ts:106