completedBoolean(default: false)

Marks the reasoning step as completed, applying the k-agent-completed CSS class to the element.

Example - mark the step as completed

<div id="reasoning"></div>
<script>
$("#reasoning").kendoReasoning({
    label: "Done thinking",
    completed: true
});
</script>
In this article
completed
Not finding the help you need?
Contact Support