Meldbase TypeScript API
Preparing search index...
@meldbase/react
LiveQueryResult
Interface LiveQueryResult<T>
interface
LiveQueryResult
<
T
extends
Document
>
{
documents
:
readonly
T
[]
;
error
?:
Error
;
status
:
SyncState
;
token
?:
string
;
}
Type Parameters
T
extends
Document
Index
Properties
documents
error?
status
token?
Properties
Readonly
documents
documents
:
readonly
T
[]
Optional
Readonly
error
error
?:
Error
Readonly
status
status
:
SyncState
Optional
Readonly
token
token
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
documents
error
status
token
Meldbase TypeScript API
Loading...