Skip to content
Developer Preview

ViewSubscribeResult

view/subscribe result.

  • 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"
}