Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
esri-compat-entry
TimeSliderCompatOptions
Interface TimeSliderCompatOptions
interface
TimeSliderCompatOptions
{
container
?:
unknown
;
eventBus
?:
CompatEventBus
;
fullTimeExtent
?:
Partial
<
{
end
:
string
|
number
|
Date
;
start
:
string
|
number
|
Date
;
}
>
;
loop
?:
boolean
;
mode
?:
TimeSliderModeCompat
;
playRate
?:
number
;
stops
?:
TimeSliderStopsCompat
;
timeExtent
?:
Partial
<
{
end
:
string
|
number
|
Date
;
start
:
string
|
number
|
Date
;
}
>
;
view
?:
unknown
;
}
Index
Properties
container?
event
Bus?
full
Time
Extent?
loop?
mode?
play
Rate?
stops?
time
Extent?
view?
Properties
Optional
container
container
?:
unknown
Optional
event
Bus
event
Bus
?:
CompatEventBus
Optional
full
Time
Extent
full
Time
Extent
?:
Partial
<
{
end
:
string
|
number
|
Date
;
start
:
string
|
number
|
Date
;
}
>
Optional
loop
loop
?:
boolean
Optional
mode
mode
?:
TimeSliderModeCompat
Optional
play
Rate
play
Rate
?:
number
Optional
stops
stops
?:
TimeSliderStopsCompat
Optional
time
Extent
time
Extent
?:
Partial
<
{
end
:
string
|
number
|
Date
;
start
:
string
|
number
|
Date
;
}
>
Optional
view
view
?:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
container
event
Bus
full
Time
Extent
loop
mode
play
Rate
stops
time
Extent
view
@honua/sdk-js
Loading...