ViewSubscribeResult
view/subscribe result.
Fields and variants
Section titled “Fields and variants”viewCursor
Source
schema/msp/experimental/msp.schema.json#/types/ViewSubscribeResult
{ "description": "`view/subscribe` result.", "properties": { "viewCursor": { "description": "The view head at subscribe time; the client knows it is live once\ncursors pass it.", "type": "string" } }, "required": [ "viewCursor" ], "type": "object"}