combine
Table of Contents
combinedUpdaters
Some actions will affect the entire kepler.lg instance state. The updaters for these actions is exported as combinedUpdaters
. These updater take the entire instance state as the first argument. Read more about Using updaters
Examples
addDataToMapUpdater
Combine data and full configuration update in a single action
Action:
addDataToMap
Parameters
state
Object kepler.gl instance state, containing all subreducer stateaction
Object
Returns Object nextState
Last updated