geoview-core
    Preparing search index...

    Interface IGeoviewState

    interface IGeoviewState {
        appState: IAppState;
        dataTableState: IDataTableState;
        detailsState: IFeatureInfoState;
        drawerState: IDrawerState;
        geochartState: IGeochartState;
        layerState: ILayerState;
        mapConfig: TypeMapFeaturesConfig | undefined;
        mapId: string;
        mapState: IMapState;
        setMapConfig: (config: TypeMapFeaturesConfig) => void;
        swiperState: ISwiperState;
        timeSliderState: ITimeSliderState;
        uiState: IUIState;
    }
    Index

    Properties

    appState: IAppState
    dataTableState: IDataTableState
    detailsState: IFeatureInfoState
    drawerState: IDrawerState
    geochartState: IGeochartState
    layerState: ILayerState
    mapConfig: TypeMapFeaturesConfig | undefined
    mapId: string
    mapState: IMapState
    setMapConfig: (config: TypeMapFeaturesConfig) => void
    swiperState: ISwiperState
    timeSliderState: ITimeSliderState
    uiState: IUIState