Interface: HorizonLayerProps
Defined in: src/sdk/components/horizon/HorizonLayer.ts:8
Component props for HorizonLayer.
Extends
Extended by
Properties
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
projection
projection:
HorizonProjection
Defined in: src/sdk/components/horizon/HorizonLayer.ts:10
The layer's horizon projection.
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
updateFreq?
optional
updateFreq:Subscribable
<number
>
Defined in: src/sdk/components/horizon/HorizonLayer.ts:17
A subscribable which provides the maximum update frequency of the layer, in hertz. Note that the actual update frequency will not exceed the update frequency of the layer's parent map. If not defined, the frequency will default to that of the layer's parent map.