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

ElapsedTimeValue

The ElapsedTimeValue will update settime. input[type="number"]

Examples

<ElapsedTimeValue settime={this.props.settime} timeBegin={this.props.timeBegin}
timeLength={this.props.timeLength} actions={this.props.actions} />

Properties

Properties

PropTypes

Default

Description

settime

number required

--

state settime

timeBegin

number required

--

state timeBegin

timeLength

number required

--

state timeLength

actions

object required

--

state actions

min

number option

-100

Range(settime sec) minimum

id

string option

--

html tag attribute id

className

string option

harmovis_input_number

html tag attribute class

PreviousElapsedTimeRangeNextPauseButton

Last updated 5 years ago

Was this helpful?