InlineAIPromptPopupSettings
Lists all configuration options for the Popup that displays the Inline AI Prompt.
Definition
Package:@progress/kendo-angular-conversational-ui
Properties
anchor?
ElementRef<any> | HTMLElement
Sets the element to use as an anchor. The Popup opens next to this element.
anchorAlign?
Align
Sets the anchor pivot point (see example).
animate?
boolean | PopupAnimation
Controls the Popup animation. By default, the open and close animations are enabled (see example).
appendTo?
ViewContainerRef
Sets the container to which the Popup appends.
Sets the collision behavior of the Popup (see example).
margin?
Margin
Sets the margin value in pixels. Adds blank space between the Popup and the anchor.
offset?
Offset
Sets the absolute position of the element (see example).
The Popup opens next to this point. The pivot point of the Popup is defined by the popupAlign option. The boundary detection uses the window viewport.
popupAlign?
Align
Sets the pivot point of the Popup (see example).
popupClass?
string | object | string[] | Set<string>
Sets a list of CSS classes to add to the internal animated element (see example).
To style the content of the Popup, use this property binding.
positionMode?
PositionMode
Sets the position mode of the component. By default, the Popup uses fixed positioning. To use absolute positioning, set this option to absolute.
To support mobile browsers with the zoom option, use the absolute positioning of the Popup.