React ResponsiveBox Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { ResponsiveBoxTypes } from "devextreme-react/responsive-box"
Type: ResponsiveBoxTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { ResponsiveBoxTypes } from "devextreme-react/responsive-box"
Type: ResponsiveBoxTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { ResponsiveBoxTypes } from "devextreme-react/responsive-box"
Type: ResponsiveBoxTypes.InitializedEvent

ItemClickEvent

The type of the itemClick event handler's argument.

import { ResponsiveBoxTypes } from "devextreme-react/responsive-box"
Type: ResponsiveBoxTypes.ItemClickEvent

ItemContextMenuEvent

The type of the itemContextMenu event handler's argument.

import { ResponsiveBoxTypes } from "devextreme-react/responsive-box"
Type: ResponsiveBoxTypes.ItemContextMenuEvent

ItemHoldEvent

The type of the itemHold event handler's argument.

import { ResponsiveBoxTypes } from "devextreme-react/responsive-box"
Type: ResponsiveBoxTypes.ItemHoldEvent

ItemRenderedEvent

The type of the itemRendered event handler's argument.

import { ResponsiveBoxTypes } from "devextreme-react/responsive-box"
Type: ResponsiveBoxTypes.ItemRenderedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { ResponsiveBoxTypes } from "devextreme-react/responsive-box"
Type: ResponsiveBoxTypes.OptionChangedEvent