Skip to content
Developer Preview

PendingUserInputPointer

A pending user-input prompt in the snapshot.

  • itemId
  • userInputId
  • viewCursor
Source

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

{
"description": "A pending user-input prompt in the snapshot.",
"properties": {
"itemId": {
"description": "The parked item, when one exists.",
"type": "string"
},
"userInputId": {
"description": "The pending prompt's id.",
"type": "string"
},
"viewCursor": {
"description": "The cursor the prompt opened at.",
"type": "string"
}
},
"required": [
"userInputId",
"viewCursor"
],
"type": "object"
}