jQuery Popover Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { ContentReadyEvent } from "devextreme/ui/popover"
Type:

Object

DisposingEvent

The type of the disposing event handler's argument.

import { DisposingEvent } from "devextreme/ui/popover"
Type:

Object

dxOverlayAnimation

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

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

dxPopoverAnimation

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

import { dxPopoverAnimation } from "devextreme/ui/popover"

dxPopupAnimation

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

HiddenEvent

The type of the hidden event handler's argument.

import { HiddenEvent } from "devextreme/ui/popover"
Type:

Object

HidingEvent

The type of the hiding event handler's argument.

import { HidingEvent } from "devextreme/ui/popover"
Type:

Object

InitializedEvent

The type of the initialized event handler's argument.

import { InitializedEvent } from "devextreme/ui/popover"
Type:

Object

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { OptionChangedEvent } from "devextreme/ui/popover"
Type:

Object

ShowingEvent

The type of the showing event handler's argument.

import { ShowingEvent } from "devextreme/ui/popover"
Type:

Object

ShownEvent

The type of the shown event handler's argument.

import { ShownEvent } from "devextreme/ui/popover"
Type:

Object

TitleRenderedEvent

The type of the titleRendered event handler's argument.

import { TitleRenderedEvent } from "devextreme/ui/popover"
Type:

Object

ToolbarLocation

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

Accepted Values: 'bottom' | 'top'