GridSmartBoxSettingsTagHelper

Example

Razor
<smart-box>
    <ai-assistant-settings></ai-assistant-settings>
    <history />
    <history-item-template></history-item-template>
    <search-settings />
    <semantic-search-settings />
    <suggestion-template></suggestion-template>
</smart-box>

ChildTags

Attributes

AttributeTypeDescription
active-modeSmartBoxActiveModeDefines the active mode of the SmartBox.
history-item-template-handlerStringRepresents the template for a history query in the SmartBox component. This option expects the name of a JavaScript function that will be called to return the template.
on-ai-assistant-cancel-requestStringThe name of the JavaScript function that will handle the aiAssistantCancelRequest event.
on-ai-assistant-prompt-requestStringThe name of the JavaScript function that will handle the aiAssistantPromptRequest event.
on-ai-assistant-response-errorStringThe name of the JavaScript function that will handle the aiAssistantResponseError event.
on-ai-assistant-response-successStringThe name of the JavaScript function that will handle the aiAssistantResponseSuccess event.
on-blurStringThe name of the JavaScript function that will handle the blur event.
on-closeStringThe name of the JavaScript function that will handle the close event.
on-focusStringThe name of the JavaScript function that will handle the focus event.
on-openStringThe name of the JavaScript function that will handle the open event.
on-searchStringThe name of the JavaScript function that will handle the search event.
on-semantic-searchStringThe name of the JavaScript function that will handle the semanticSearch event.
placeholderStringThe unified placeholder text of the SmartBox input independent of the activated mode.
suggestion-template-handlerStringRepresents the template for a suggestion in the SmartBox component AI Assistant mode. This option expects the name of a JavaScript function that will be called to return the template.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support