Skip to content
Developer Preview

ViewPageResolvedAnchor

The resolvedAnchor echo: subsequent pages pass ordinary cursors, so the anchor never needs re-resolving.

  • boundaryCursor
Source

schema/msp/experimental/msp.schema.json#/types/ViewPageResolvedAnchor

{
"description": "The `resolvedAnchor` echo: subsequent pages pass ordinary\ncursors, so the anchor never needs re-resolving.",
"properties": {
"boundaryCursor": {
"description": "The view cursor of the resolved boundary's `compaction` event.",
"type": "string"
}
},
"required": [
"boundaryCursor"
],
"type": "object"
}