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.