ISPO SDK
ISPO
Preparing search index...
react
LiveEntityQueryState
Interface LiveEntityQueryState<T>
Markdown
Copy Markdown
interface
LiveEntityQueryState
<
T
=
unknown
>
{
cursor
:
string
|
null
;
error
:
Error
|
null
;
records
:
EntityRecord
<
T
>
[]
;
status
:
LiveEntityQueryStatus
;
}
Type Parameters
T
=
unknown
Index
Properties
cursor
error
records
status
Properties
cursor
cursor
:
string
|
null
error
error
:
Error
|
null
records
records
:
EntityRecord
<
T
>
[]
status
status
:
LiveEntityQueryStatus
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cursor
error
records
status
ISPO
ISPO SDK
Loading...