Vue Drawer Types

DisposingEvent

The type of the disposing event handler's argument.

import { DxDrawerTypes } from "devextreme-vue/drawer"
Type: DxDrawerTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxDrawerTypes } from "devextreme-vue/drawer"
Type: DxDrawerTypes.InitializedEvent

OpenedStateMode

Specifies how the drawer interacts with the view in the opened state.

Accepted Values: 'overlap' | 'shrink' | 'push'

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxDrawerTypes } from "devextreme-vue/drawer"
Type: DxDrawerTypes.OptionChangedEvent

PanelLocation

Specifies the drawer's position in relation to the view.

Accepted Values: 'left' | 'right' | 'top' | 'bottom' | 'before' | 'after'

RevealMode

Specifies the drawer's reveal mode.

Accepted Values: 'slide' | 'expand'