secondaryLabelString(default: null)

A secondary text label displayed after the separator in the step header.

Example - set the secondary label

<div id="chain"></div>
<script>
$("#chain").kendoChainOfThought({
    label: "Searching",
    secondaryLabel: "web"
});
</script>
In this article
secondaryLabel
Not finding the help you need?
Contact Support