New to KendoReactStart a free 30-day trial

InlineAIPromptPopupProps
Premium

NameTypeDefaultDescription

anchor?

"null" | HTMLElement

The element that serves as an anchor for the popup.

animate?

boolean | PopupAnimation

true

Controls the animation of the popup.

appendTo?

HTMLElement

The container element where the popup will be rendered. If not specified, the popup will be rendered in the document body.

children?

React.ReactNode

The content to render inside the popup.

onClose?

(event: { target: any; }) => void

Fires when the popup is closed.

onOpen?

(event: { target: any; }) => void

Fires when the popup is opened.

popupOptions?

PopupProps

Object which passes props directly to the Popup component.

show?

boolean

false

Controls the visibility of the popup.

style?

React.CSSProperties

Additional CSS styles for the popup content.

Not finding the help you need?
Contact Support