contentString(default: null)
Plain text content rendered inside the step body.
Example - set the content
<div id="reasoning"></div>
<script>
$("#reasoning").kendoReasoning({
label: "Reasoning",
expandable: true,
expanded: true,
content: "Considering multiple possible approaches to answer the question."
});
</script>