Skip to main content

Navigators

Pagination

  • Description: Pagination.

Example:

{
"type": "pagination",
"data": {
"name": "pagination",
"value": [
{
"name": "My first screen display name",
"screen": {
"condition": "true",
"screen_name": "my first screen",
"visible_if": "false"
}
},
{
"name": "My second screen display name",
"screen": {
"condition": "true",
"screen_name": "my second screen"
}
}
]
},
"name": "my-pagination"
}
  • Description: Links.

Example:

{
"type": "links",
"data": [
"Choix assortiments liés"
],
"name": "my-links",
"options": {
"display": "text"
}
}