@sqlrooms/kepler / KeplerSliceState
Type Alias: KeplerSliceState
KeplerSliceState:
object
Type declaration
| Name | Type |
|---|---|
kepler | { config: KeplerSliceConfig; map: KeplerGlReduxState; basicKeplerProps: Partial<KeplerGLBasicProps>; forwardDispatch: {}; initialize: () => Promise<void>; setConfig: (config) => void; syncKeplerDatasets: () => Promise<void>; addLayer: (mapId, layer, datasetId) => void; addTableToMap: (mapId, tableName, options?) => Promise<void>; addTileSetToMap: (mapId, tableName, tileset, tileMetadata) => void; addConfigToMap: (mapId, config) => void; removeDatasetFromMaps: (datasetId) => void; dispatchAction: (mapId, action) => void; setCurrentMapId: (mapId) => void; createMap: (name?) => string; deleteMap: (mapId) => void; renameMap: (mapId, name) => void; getCurrentMap: () => KeplerMapSchema | undefined; registerKeplerMapIfNotExists: (mapId) => void; __reduxProviderStore: ReduxStore<KeplerGlReduxState, AnyAction> | undefined; } |
