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
Parameter | Description |
---|---|
showOnly | allows you to choose not to render the order header element of the application default: "" options: "map", "steps" |
stepViewTitle | Parameter to customize the title of the step view |
showAddress | Displays the address according to the operating model default: false options: true or false |
Usage Example
Consider the following examples:
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&showOnly=map
You will see the following content:
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
Show Address
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&showOnly=steps&showAddress=true