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
| Parameter | Type | Description |
|---|---|---|
projection | HorizonProjection | The component's horizon projection. |
scaleParams | Readonly<RollIndicatorScaleParameters> | Parameters describing the component's parent roll scale. |
Returns
A roll scale component, as a VNode.