labelString(default: null)
The primary text label displayed in the step header.
Example - set the label
<div id="chain"></div>
<script>
$("#chain").kendoChainOfThought({
label: "Analyzing request"
});
</script>
String(default: null)The primary text label displayed in the step header.
<div id="chain"></div>
<script>
$("#chain").kendoChainOfThought({
label: "Analyzing request"
});
</script>