ISPO SDK
ISPO
Preparing search index...
core
Supporting types
EntityQuerySubscriptionSeed
Interface EntityQuerySubscriptionSeed<T>
Markdown
Copy Markdown
interface
EntityQuerySubscriptionSeed
<
T
=
unknown
>
{
eventCursor
:
number
;
kind
:
"seed"
;
recoveryCursor
:
string
;
snapshot
:
{
cursor
:
string
|
null
;
records
:
T
[]
}
;
}
Type Parameters
T
=
unknown
Index
Properties
event
Cursor
kind
recovery
Cursor
snapshot
Properties
event
Cursor
eventCursor
:
number
kind
kind
:
"seed"
recovery
Cursor
recoveryCursor
:
string
snapshot
snapshot
:
{
cursor
:
string
|
null
;
records
:
T
[]
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
event
Cursor
kind
recovery
Cursor
snapshot
ISPO
ISPO SDK
Loading...