Skip to main content

Type Alias: G3XMapWaypointLabelStyleFuncDef

G3XMapWaypointLabelStyleFuncDef = object

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/G3XMapWaypointStyles.ts:18

A definition for a function that retrieves map waypoint label styles.

Properties

styles()

styles: (waypoint) => MapWaypointLabelStyles

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/G3XMapWaypointStyles.ts:20

A function which retrieves map waypoint label styles.

Parameters

ParameterType
waypointWaypoint

Returns

MapWaypointLabelStyles


subscriptions

subscriptions: Subscription[]

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/G3XMapWaypointStyles.ts:23

The subscriptions maintained by the style retrieval function.