ElapsedTimeRange

The ElapsedTimeRange will update settime. input[type="range"]

Examples

<ElapsedTimeRange 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

step

number option

1

Range include

id

string option

--

html tag attribute id

className

string option

harmovis_input_range

html tag attribute class

Last updated