Steps Module
The use of this library is for the visualization of the steps only. This will be displayed throughout the job.
Use Steps Module
To use this library just use the step tag in the url of the LST call or in the library parameter.
Consider the following examples:
<!DOCTYPE html>
<head>
<title>LSW v3 Embed</title>
</head>
<body>
<div id="instaleap-lsw-v3"></div>
</body>
<script src="https://xandar-lsw-v3.instaleap.io/lib/steps.js"></script>
<script>
const params = {
job: "myJob",
token: "myToken",
container: "#instaleap-lsw-v3"
}
window.instaleap.steps.render(params)
</script>
</html>
https://xandar-lsw-v3.instaleap.io/steps?job=myJob&token=myToken
Example:
Parameters
The list of parameters is as follows
Parameters allowing to modify the LST display.
Parameters that allow you to change the text and icons of the steps.
- Steps Pick and Delivery
- Steps Pick and Collect
- Step Picking icon active
- Step Picking icon inactive
- Step Going to Destination icon active
- Step Going to Destination icon inactive
- Step Ready to Pickup icon active
- Step Ready to Pickup icon inactive
- Step Picked Up icon active
- Step Picked Up icon inactive
- Step Delivered icon active
- Step Delivered icon inactive
Updated about 1 month ago