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

PlayButton

PreviousPauseButtonNextForwardButton

Last updated 6 years ago

Was this helpful?

The PlayButton will set animatePause to false.

Examples

<PlayButton actions={this.props.actions} />

Properties

Properties

PropTypes

Default

Description

actions

object required--

--

state actions

children

string option

Display example

Button Caption

i18n

Object option

'PLAY'

playButton caption i18n.playButtonCaption

className

string option

'harmovis_button'

html tag attribute class

Display example