Skip to main content

Type Alias: RollIndicatorScaleComponentFactory()

RollIndicatorScaleComponentFactory = (projection, scaleParams) => VNode

Defined in: src/garminsdk/components/nextgenpfd/horizon/RollIndicator.tsx:71

A function that renders a roll scale component for a RollIndicator. The rendered component should be an instance of RollIndicatorScaleComponent.

Parameters

ParameterTypeDescription
projectionHorizonProjectionThe component's horizon projection.
scaleParamsReadonly<RollIndicatorScaleParameters>Parameters describing the component's parent roll scale.

Returns

VNode

A roll scale component, as a VNode.