thoughts.labelString

The primary label text for the thought item.

Example - set thought labels

<div id="chain"></div>
<script>
$("#chain").kendoChainOfThought({
    label: "Reasoning",
    expanded: true,
    thoughts: [
        { label: "Checking database" }
    ]
});
</script>
In this article
thoughts.label
Not finding the help you need?
Contact Support