Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
TemporalCursor
Interface TemporalCursor
A history cursor: a checkpoint id, or a typed cursor value.
interface
TemporalCursor
{
checkpointId
?:
string
;
cursorType
?:
TemporalCursorType
;
cursorValue
?:
string
;
}
Index
Properties
checkpoint
Id?
cursor
Type?
cursor
Value?
Properties
Optional
checkpoint
Id
checkpoint
Id
?:
string
Optional
cursor
Type
cursor
Type
?:
TemporalCursorType
Optional
cursor
Value
cursor
Value
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checkpoint
Id
cursor
Type
cursor
Value
@honua/sdk-js
Loading...
A history cursor: a checkpoint id, or a typed cursor value.