Show only

This Parameter allows you to display only the specified element in the app

📘

List

Right now, you. can display in isolation, the following components

  • Map
  • Steps

📘

Customize Title

You can customize the step title in the view Steps using the parameter stepViewTitle.
Only works when showOnly=steps is passed by parameter

ParameterDescription
showOnlyallows you to choose not to render the order header element of the application

default: ""
options: "map", "steps"
stepViewTitleParameter to customize the title of the step view

Usage Example


Consider the following examples:

  • Map

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&showOnly=map

You will see the following content:

  • Steps

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&showOnly=steps

You will see the following content:

Step Title

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&showOnly=steps&stepViewTitle=custom%20step%20view%20title

You will see the following content