Situm SDK JS
Preparing search index...
<internal>
Trajectory
Type Alias Trajectory
type
Trajectory
=
{
currentIndex
?:
{
mustReset
:
boolean
;
value
:
number
}
;
data
?:
TrajectoryDataPoint
[]
;
followUser
?:
boolean
;
pathColor
?:
string
;
rangeFilter
?:
RangeFilter
;
speed
?:
number
;
status
?:
"PLAY"
|
"PAUSE"
;
tooltip
?:
string
;
}
Index
Properties
current
Index?
data?
follow
User?
path
Color?
range
Filter?
speed?
status?
tooltip?
Properties
Optional
current
Index
currentIndex
?:
{
mustReset
:
boolean
;
value
:
number
}
Optional
data
data
?:
TrajectoryDataPoint
[]
Optional
follow
User
followUser
?:
boolean
Optional
path
Color
pathColor
?:
string
Optional
range
Filter
rangeFilter
?:
RangeFilter
Optional
speed
speed
?:
number
Optional
status
status
?:
"PLAY"
|
"PAUSE"
Optional
tooltip
tooltip
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
current
Index
data
follow
User
path
Color
range
Filter
speed
status
tooltip
Situm SDK JS
Loading...