Vue Popover Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { DxPopoverTypes } from "devextreme-vue/popover"
Type: DxPopoverTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { DxPopoverTypes } from "devextreme-vue/popover"
Type: DxPopoverTypes.DisposingEvent

dxOverlayAnimation

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

import { DxOverlayTypes } from "devextreme-vue/overlay"

dxPopoverAnimation

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

import { DxPopoverTypes } from "devextreme-vue/popover"

dxPopupAnimation

import { DxPopupTypes } from "devextreme-vue/popup"

HiddenEvent

The type of the hidden event handler's argument.

import { DxPopoverTypes } from "devextreme-vue/popover"
Type: DxPopoverTypes.HiddenEvent

HidingEvent

The type of the hiding event handler's argument.

import { DxPopoverTypes } from "devextreme-vue/popover"
Type: DxPopoverTypes.HidingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxPopoverTypes } from "devextreme-vue/popover"
Type: DxPopoverTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxPopoverTypes } from "devextreme-vue/popover"
Type: DxPopoverTypes.OptionChangedEvent

ShowingEvent

The type of the showing event handler's argument.

import { DxPopoverTypes } from "devextreme-vue/popover"
Type: DxPopoverTypes.ShowingEvent

ShownEvent

The type of the shown event handler's argument.

import { DxPopoverTypes } from "devextreme-vue/popover"
Type: DxPopoverTypes.ShownEvent

TitleRenderedEvent

The type of the titleRendered event handler's argument.

import { DxPopoverTypes } from "devextreme-vue/popover"
Type: DxPopoverTypes.TitleRenderedEvent

ToolbarLocation

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

Accepted Values: 'bottom' | 'top'