Harmoware-VIS Documents
  • Introduction
  • Using
    • Mapbox Accesstoken Setting
    • User Application Examples
  • API
    • State
    • Actions
    • getCombinedReducer
    • Container
    • connectToHarmowareVis
    • HarmoVisLayers
  • Layers
    • Base Layer properties.
    • MovesLayer
    • DepotsLayer
    • LineMapLayer
  • Control component
    • MovesInput
    • DepotsInput
    • LinemapInput
    • LoadingIcon
    • AddMinutesButton
    • ElapsedTimeRange
    • ElapsedTimeValue
    • PauseButton
    • PlayButton
    • ForwardButton
    • ReverseButton
    • NavigationButton
    • SimulationDateTime
    • SpeedRange
    • SpeedValue
    • FpsDisplay
  • css
Powered by GitBook
On this page

Was this helpful?

  1. Control component

SpeedValue

The SpeedValue will update "Playback speed (sec/hour) (secperhour)". input[type="number"]

Examples

<SpeedValue secperhour={this.props.secperhour} actions={this.props.actions} />

Properties

Properties

PropTypes

Default

Description

secperhour

number option

--

state secperhour

Either secperhour or multiplySpeed is required

multiplySpeed

number option

--

state multiplySpeed

Either secperhour or multiplySpeed is required

actions

object required

--

state actions

maxsecperhour

number option

3600

Range maximum (Playback speed (sec/hour))

Corresponding to secperhour

maxmultiplySpeed

number option

3600

Range maximum (Playback speed (multiply speed))

Corresponding to multiplySpeed

min

number option

1

Range minimum

id

string option

--

html tag attribute id

className

string option

harmovis_input_number

html tag attribute class

PreviousSpeedRangeNextFpsDisplay

Last updated 3 years ago

Was this helpful?