Angular Drawer Types

DisposingEvent

The type of the disposing event handler's argument.

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

Object

InitializedEvent

The type of the initialized event handler's argument.

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

Object

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 { OptionChangedEvent } from "devextreme/ui/drawer"
Type:

Object

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'