@aicacia/db
Preparing search index...
AdapterStatus
Interface AdapterStatus
Runtime state reported by adapters.
interface
AdapterStatus
{
error
?:
Error
;
lastSyncAt
?:
number
;
state
:
"idle"
|
"syncing"
|
"offline"
|
"error"
;
}
Index
Properties
error?
last
Sync
At?
state
Properties
Optional
error
error
?:
Error
Optional
last
Sync
At
lastSyncAt
?:
number
state
state
:
"idle"
|
"syncing"
|
"offline"
|
"error"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
last
Sync
At
state
@aicacia/db
Loading...
Runtime state reported by adapters.