Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
offline
OfflineEditQueueOptions
Interface OfflineEditQueueOptions
interface
OfflineEditQueueOptions
{
createLeaseToken
?:
(
(
)
=>
string
)
;
maxAuditEvents
?:
number
;
maxDependencies
?:
number
;
maxEdits
?:
number
;
maxPayloadBytes
?:
number
;
now
?:
(
(
)
=>
Date
)
;
}
Hierarchy (
view full
)
OfflineEditQueueOptions
IndexedDbOfflineEditQueueOptions
Index
Properties
create
Lease
Token?
max
Audit
Events?
max
Dependencies?
max
Edits?
max
Payload
Bytes?
now?
Properties
Optional
Readonly
create
Lease
Token
create
Lease
Token
?:
(
(
)
=>
string
)
Optional
Readonly
max
Audit
Events
max
Audit
Events
?:
number
Optional
Readonly
max
Dependencies
max
Dependencies
?:
number
Optional
Readonly
max
Edits
max
Edits
?:
number
Optional
Readonly
max
Payload
Bytes
max
Payload
Bytes
?:
number
Optional
Readonly
now
now
?:
(
(
)
=>
Date
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
Lease
Token
max
Audit
Events
max
Dependencies
max
Edits
max
Payload
Bytes
now
@honua/sdk-js
Loading...