PresentationTimeRange interface
The presentation time range, this is asset related and not recommended for Account Filter.
Properties
end |
The absolute end time boundary. |
force |
The indicator of forcing existing of end time stamp. |
live |
The relative to end right edge. |
presentation |
The relative to end sliding window. |
start |
The absolute start time boundary. |
timescale | The time scale of time stamps. |
Property Details
endTimestamp
The absolute end time boundary.
endTimestamp?: number
Property Value
number
forceEndTimestamp
The indicator of forcing existing of end time stamp.
forceEndTimestamp?: boolean
Property Value
boolean
liveBackoffDuration
The relative to end right edge.
liveBackoffDuration?: number
Property Value
number
presentationWindowDuration
The relative to end sliding window.
presentationWindowDuration?: number
Property Value
number
startTimestamp
The absolute start time boundary.
startTimestamp?: number
Property Value
number
timescale
The time scale of time stamps.
timescale?: number
Property Value
number