Preparing search index...
The search index is not available
XYO Platform SDK - v3.9.16
XYO Platform SDK
@xyo-network/archivist-model
NextOptions
Interface NextOptions<TId>
interface
NextOptions
<
TId
=
Hex
>
{
cursor
?:
TId
;
limit
?:
number
;
open
?:
boolean
;
order
?:
"asc"
|
"desc"
;
}
Type Parameters
TId
=
Hex
Hierarchy (
View Summary
)
NextOptions
ArchivistNextOptions
Index
Properties
cursor?
limit?
open?
order?
Properties
Optional
cursor
cursor
?:
TId
Optional
limit
limit
?:
number
Optional
open
open
?:
boolean
Optional
order
order
?:
"asc"
|
"desc"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cursor
limit
open
order
XYO Platform SDK - v3.9.16
Loading...