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
;
}
|
undefined
Returns
|
{
setGeochartCharts
:
(
charts
:
GeoChartStoreByLayerPath
)
=>
void
;
setLayerDataArray
:
(
layerDataArray
:
TypeGeochartResultSetEntry
[]
)
=>
void
;
setLayerDataArrayBatch
:
(
layerDataArray
:
TypeGeochartResultSetEntry
[]
,
)
=>
void
;
setLayerDataArrayBatchLayerPathBypass
:
(
layerPath
:
string
)
=>
void
;
setSelectedLayerPath
:
(
selectedLayerPath
:
string
)
=>
void
;
}
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
geoview-core
Loading...