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