Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
offline
OfflineEditQueueMetadata
Interface OfflineEditQueueMetadata
Compact index row projected from an edit; carries no payload.
interface
OfflineEditQueueMetadata
{
authorizationScopeDigest
:
`
sha256:
${
string
}
`
;
createdAt
:
string
;
dependencyIds
:
readonly
`
sha256:
${
string
}
`
[]
;
id
:
`
sha256:
${
string
}
`
;
leaseExpiresAt
?:
string
;
retryAt
?:
string
;
sourceId
:
string
;
state
:
OfflineQueuedEditState
;
updatedAt
:
string
;
}
Hierarchy (
view full
)
OfflineEditQueuePartition
OfflineEditQueueMetadata
Index
Properties
authorization
Scope
Digest
created
At
dependency
Ids
id
lease
Expires
At?
retry
At?
source
Id
state
updated
At
Properties
Readonly
authorization
Scope
Digest
authorization
Scope
Digest
:
`
sha256:
${
string
}
`
Readonly
created
At
created
At
:
string
Readonly
dependency
Ids
dependency
Ids
:
readonly
`
sha256:
${
string
}
`
[]
Readonly
id
id
:
`
sha256:
${
string
}
`
Optional
Readonly
lease
Expires
At
lease
Expires
At
?:
string
Optional
Readonly
retry
At
retry
At
?:
string
Readonly
source
Id
source
Id
:
string
Readonly
state
state
:
OfflineQueuedEditState
Readonly
updated
At
updated
At
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authorization
Scope
Digest
created
At
dependency
Ids
id
lease
Expires
At
retry
At
source
Id
state
updated
At
@honua/sdk-js
Loading...
Compact index row projected from an edit; carries no payload.