geoview-core
Preparing search index...
useTimeSliderStoreActions
Function useTimeSliderStoreActions
useTimeSliderStoreActions
()
:
{
setDelay
:
(
layerPath
:
string
,
delay
:
number
)
=>
void
;
setDescription
:
(
layerPath
:
string
,
description
:
string
)
=>
void
;
setDisplayPattern
:
(
layerPath
:
string
,
value
:
[
DatePrecision
,
TimePrecision
]
,
)
=>
void
;
setFiltering
:
(
layerPath
:
string
,
filter
:
boolean
)
=>
void
;
setLocked
:
(
layerPath
:
string
,
locked
:
boolean
)
=>
void
;
setReversed
:
(
layerPath
:
string
,
locked
:
boolean
)
=>
void
;
setSelectedLayerPath
:
(
layerPath
:
string
)
=>
void
;
setStep
:
(
layerPath
:
string
,
step
:
number
)
=>
void
;
setTitle
:
(
layerPath
:
string
,
title
:
string
)
=>
void
;
setValues
:
(
layerPath
:
string
,
values
:
number
[]
)
=>
void
;
addOrUpdateSliderFilter
(
layerPath
:
string
,
filter
:
string
)
:
void
;
}
Returns
{
setDelay
:
(
layerPath
:
string
,
delay
:
number
)
=>
void
;
setDescription
:
(
layerPath
:
string
,
description
:
string
)
=>
void
;
setDisplayPattern
:
(
layerPath
:
string
,
value
:
[
DatePrecision
,
TimePrecision
]
,
)
=>
void
;
setFiltering
:
(
layerPath
:
string
,
filter
:
boolean
)
=>
void
;
setLocked
:
(
layerPath
:
string
,
locked
:
boolean
)
=>
void
;
setReversed
:
(
layerPath
:
string
,
locked
:
boolean
)
=>
void
;
setSelectedLayerPath
:
(
layerPath
:
string
)
=>
void
;
setStep
:
(
layerPath
:
string
,
step
:
number
)
=>
void
;
setTitle
:
(
layerPath
:
string
,
title
:
string
)
=>
void
;
setValues
:
(
layerPath
:
string
,
values
:
number
[]
)
=>
void
;
addOrUpdateSliderFilter
(
layerPath
:
string
,
filter
:
string
)
:
void
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
geoview-core
Loading...