thoughts.linesAddedNumber

The number of lines added, displayed as a green delta badge on the thought item.

Example - show a lines-added delta on a thought

<div id="chain"></div>
<script>
$("#chain").kendoChainOfThought({
    label: "Editing file",
    expanded: true,
    thoughts: [
        { label: "utils.js", linesAdded: 12, linesRemoved: 3 }
    ]
});
</script>
In this article
thoughts.linesAdded
Not finding the help you need?
Contact Support