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. API

connectToHarmowareVis

Utility to synchronize the state of connectToHarmowareVis to the prop of container component. Since state and actions are directly connected, if you prefer other bind methods, you need to make Utility yourself.

Examples

import { Container, connectToHarmowareVis } from 'harmoware-vis';

class App extends Container {
    ・・・
}

export default connectToHarmowareVis(App);
PreviousContainerNextHarmoVisLayers

Last updated 4 years ago

Was this helpful?