PromptBoxStartAffixComponent
Component
Defines a container for custom content displayed at the start of the PromptBox.
Definition
Package:@progress/kendo-angular-conversational-ui
Selector:kendo-promptbox-start-affix
Export Name:Accessible in templates as #kendoPromptBoxStartAffixInstance="kendoPromptBoxStartAffix"
Syntax:
html
<kendo-promptbox>
<kendo-promptbox-start-affix>
<button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
</kendo-promptbox-start-affix>
</kendo-promptbox>