Detail Tab

Specific configuration parameters

ParameterDescription
activeTabsallows you to control what content to present in the application

detailTab: this will display information details related to the order, like items list and billing summary, but not information regarding the current status/steps the order is at the moment

Usage Example

<!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/lsw.js"></script>
<script>
    const params = {
        job: "myJob",
        token: "myToken",
        container: "#instaleap-lsw-v3",
        activeTabs: 'detailTab',
    }
    window.instaleap.lsw.render(params)

</script>
</html>

Consider the following examples:

Detail Tab