Vue ResponsiveBox Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { DxResponsiveBoxTypes } from "devextreme-vue/responsive-box"
Type: DxResponsiveBoxTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { DxResponsiveBoxTypes } from "devextreme-vue/responsive-box"
Type: DxResponsiveBoxTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxResponsiveBoxTypes } from "devextreme-vue/responsive-box"
Type: DxResponsiveBoxTypes.InitializedEvent

ItemClickEvent

The type of the itemClick event handler's argument.

import { DxResponsiveBoxTypes } from "devextreme-vue/responsive-box"
Type: DxResponsiveBoxTypes.ItemClickEvent

ItemContextMenuEvent

The type of the itemContextMenu event handler's argument.

import { DxResponsiveBoxTypes } from "devextreme-vue/responsive-box"
Type: DxResponsiveBoxTypes.ItemContextMenuEvent

ItemHoldEvent

The type of the itemHold event handler's argument.

import { DxResponsiveBoxTypes } from "devextreme-vue/responsive-box"
Type: DxResponsiveBoxTypes.ItemHoldEvent

ItemRenderedEvent

The type of the itemRendered event handler's argument.

import { DxResponsiveBoxTypes } from "devextreme-vue/responsive-box"
Type: DxResponsiveBoxTypes.ItemRenderedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxResponsiveBoxTypes } from "devextreme-vue/responsive-box"
Type: DxResponsiveBoxTypes.OptionChangedEvent