labelString(default: "Reasoning")
The primary text label displayed in the step header.
Example - set the label
<div id="reasoning"></div>
<script>
$("#reasoning").kendoReasoning({
label: "Thinking"
});
</script>
String(default: "Reasoning")The primary text label displayed in the step header.
<div id="reasoning"></div>
<script>
$("#reasoning").kendoReasoning({
label: "Thinking"
});
</script>