PendingApprovalPointer
A pending approval in the snapshot: the pointer shape plus the
gated itemId when one exists.
Fields and variants
Section titled “Fields and variants”approvalIditemIdviewCursor
Source
schema/msp/experimental/msp.schema.json#/types/PendingApprovalPointer
{ "description": "A pending approval in the snapshot: the pointer shape plus the\ngated `itemId` when one exists.", "properties": { "approvalId": { "description": "The pending approval's id.", "type": "string" }, "itemId": { "description": "The parked item, when one exists.", "type": "string" }, "viewCursor": { "description": "The cursor the approval opened at.", "type": "string" } }, "required": [ "approvalId", "viewCursor" ], "type": "object"}