InlineAIPromptPopupProps
Interface
Definition
Package:@progress/kendo-react-conversational-ui
Properties
anchor?
null | HTMLElement
The element that serves as an anchor for the popup.
animate?
boolean | PopupAnimation
Controls the animation of the popup.
Default:
true
appendTo?
HTMLElement
The container element where the popup will be rendered. If not specified, the popup will be rendered in the document body.
children?
ReactNode
The content to render inside the popup.
onClose?
(event: { target: any }) => void
Fires when the popup is closed.
Parameters:event{ target: any }
onOpen?
(event: { target: any }) => void
Fires when the popup is opened.
Parameters:event{ target: any }
popupOptions?
PopupProps
Object which passes props directly to the Popup component.
show?
boolean
Controls the visibility of the popup.
Default:
false
style?
CSSProperties
Additional CSS styles for the popup content.