Skip to content
Developer Preview

ViewPageDirection

The view/page paging direction. Closed: the protocol spells exactly two values and a third would change the paging contract.

  • "backward"
  • "forward"
Source

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

{
"description": "The `view/page` paging direction. Closed: the protocol spells\nexactly two values and a third would change the paging contract.",
"enum": [
"forward",
"backward"
],
"type": "string",
"x-msp-openness": "closed"
}