JavaScript/jQuery Popup Types

dxOverlayAnimation

Configures UI component visibility animations. This object contains two fields: show and hide.

import { dxOverlayAnimation } from "devextreme/ui/overlay"

dxPopupAnimation

import { dxPopupAnimation } from "devextreme/ui/popup"

ToolbarLocation

Specifies whether the item is displayed on a top or bottom toolbar.

Accepted Values: 'bottom' | 'top'