geoview-core
Preparing search index...
useGeochartStoreActions
Function useGeochartStoreActions
useGeochartStoreActions
()
:
{
setGeochartCharts
:
(
charts
:
GeoChartStoreByLayerPath
)
=>
void
;
setLayerDataArray
:
(
layerDataArray
:
TypeGeochartResultSetEntry
[]
)
=>
void
;
setLayerDataArrayBatch
:
(
layerDataArray
:
TypeGeochartResultSetEntry
[]
,
)
=>
void
;
setLayerDataArrayBatchLayerPathBypass
:
(
layerPath
:
string
)
=>
void
;
setSelectedLayerPath
:
(
selectedLayerPath
:
string
)
=>
void
;
}
Returns
{
setGeochartCharts
:
(
charts
:
GeoChartStoreByLayerPath
)
=>
void
;
setLayerDataArray
:
(
layerDataArray
:
TypeGeochartResultSetEntry
[]
)
=>
void
;
setLayerDataArrayBatch
:
(
layerDataArray
:
TypeGeochartResultSetEntry
[]
,
)
=>
void
;
setLayerDataArrayBatchLayerPathBypass
:
(
layerPath
:
string
)
=>
void
;
setSelectedLayerPath
:
(
selectedLayerPath
:
string
)
=>
void
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
geoview-core
Loading...