Vue Resizable Types

DisposingEvent

The type of the disposing event handler's argument.

import { DxResizableTypes } from "devextreme-vue/resizable"
Type: DxResizableTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxResizableTypes } from "devextreme-vue/resizable"
Type: DxResizableTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxResizableTypes } from "devextreme-vue/resizable"
Type: DxResizableTypes.OptionChangedEvent

ResizeEndEvent

The type of the resizeEnd event handler's argument.

import { DxResizableTypes } from "devextreme-vue/resizable"
Type: DxResizableTypes.ResizeEndEvent

ResizeEvent

The type of the resize event handler's argument.

import { DxResizableTypes } from "devextreme-vue/resizable"
Type: DxResizableTypes.ResizeEvent

ResizeHandle

Specifies which borders of the UI component element are used as a handle.

Accepted Values: 'bottom' | 'left' | 'right' | 'top' | 'all'

ResizeStartEvent

The type of the resizeStart event handler's argument.

import { DxResizableTypes } from "devextreme-vue/resizable"
Type: DxResizableTypes.ResizeStartEvent