svgIconString(default: "sparkles")

The name of the SVG icon displayed in the step header.

Example - set the icon

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