Sub Step Ready To Pickup Icon Active

You can change the default "Icon" used in the order substeps by setting "icon" parameter on each step. The "Icon" configuration are being set in the "substeps" attribute of the configuration object.

Implementation



Available parameters

Parameter libParameter webDescription
substeps.readyForPickup.iconActivesubStepReadyToPickupIconActiveString with an URL which will be used as display icon in the Ready For Pickup when order substep is active

Code

<!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/status.js"></script>
<script>
    const params = {
        job: "myJob",
        token: "myToken",
        container: "#instaleap-lsw-v3",
        substeps: {
          readyForPickup: {
            iconActive: 'url'
          },
        }
    }
    window.instaleap.status.render(params)
</script>
</html>
https://xandar-lsw-v3.instaleap.io/status?job=myJob&token=myToken&subStepReadyToPickupIconActive=url

Demo


🤓

NOTE: Please do not modify the Demo, this is a visual aid.