PendingUserInputPointer
A pending user-input prompt in the snapshot.
Fields and variants
Section titled “Fields and variants”itemIduserInputIdviewCursor
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"}