ViewPageResolvedAnchor
The resolvedAnchor echo: subsequent pages pass ordinary
cursors, so the anchor never needs re-resolving.
Fields and variants
Section titled “Fields and variants”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"}