Reasoning

Example

Razor
<kendo-reasoning>
    <content-template></content-template>
</kendo-reasoning>

ChildTags

Tag NameDetails
content-templateTemplateTagHelper

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
completedBooleanMarks the reasoning step as completed, applying the k-agent-completed CSS class to the element.
contentStringPlain text content rendered inside the step body.
content-template-handlerStringA function used to render the content body. Called with an empty object and must return an HTML string. This option expects the name of a JavaScript function that will be called to return the template.
expandableBooleanEnables toggling the visibility of the content body by clicking the header or using the keyboard.
expandedBooleanControls whether the content body is visible when the widget initializes.
labelStringThe primary text label displayed in the step header.
on-expanded-changeStringThe name of the JavaScript function that will handle the expandedChange event. Fired when the user clicks the header to toggle the expanded state. Calling e.preventDefault() prevents the toggle from taking effect.The event handler function context (available via the this keyword) will be set to the widget instance.
script-attributesIDictionary<String,Object>Sets the attributes that will be added to the script tag of the component's initialization script.
secondary-labelStringA secondary text label displayed after the separator in the step header.
svg-iconStringThe name of the SVG icon displayed in the step header.
timeStringA time or duration string displayed after a separator in the step header.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-moduleBooleanSpecifies whether the initialization script of the component will be rendered as a JavaScript module.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support