New to KendoReact? Start a free 30-day trial
InlineAIPromptPopupProps
InlineAIPromptPopupPropsPremium
Name | Type | Default | Description |
---|---|---|---|
anchor? |
|
The element that serves as an anchor for the popup. | |
animate? |
|
|
Controls the animation of the popup. |
appendTo? |
|
The container element where the popup will be rendered. If not specified, the popup will be rendered in the document body. | |
children? |
|
The content to render inside the popup. | |
onClose? |
|
Fires when the popup is closed. | |
onOpen? |
|
Fires when the popup is opened. | |
popupOptions? |
|
Object which passes props directly to the Popup component. | |
show? |
|
|
Controls the visibility of the popup. |
style? |
|
Additional CSS styles for the popup content. |