React Toast Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { ToastTypes } from "devextreme-react/toast"
Type: ToastTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { ToastTypes } from "devextreme-react/toast"
Type: ToastTypes.DisposingEvent

dxOverlayAnimation

Configures UI component visibility animations. This object contains two fields: show and hide.

import { OverlayTypes } from "devextreme-react/overlay"

dxToastAnimation

import { ToastTypes } from "devextreme-react/toast"

HiddenEvent

The type of the hidden event handler's argument.

import { ToastTypes } from "devextreme-react/toast"
Type: ToastTypes.HiddenEvent

Used in:

HidingEvent

The type of the hiding event handler's argument.

import { ToastTypes } from "devextreme-react/toast"
Type: ToastTypes.HidingEvent

Used in:

InitializedEvent

The type of the initialized event handler's argument.

import { ToastTypes } from "devextreme-react/toast"
Type: ToastTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { ToastTypes } from "devextreme-react/toast"
Type: ToastTypes.OptionChangedEvent

ShowingEvent

The type of the showing event handler's argument.

import { ToastTypes } from "devextreme-react/toast"
Type: ToastTypes.ShowingEvent

ShownEvent

The type of the shown event handler's argument.

import { ToastTypes } from "devextreme-react/toast"
Type: ToastTypes.ShownEvent

Used in:

ToastType

Specifies the Toast UI component type.

Accepted Values: 'custom' | 'error' | 'info' | 'success' | 'warning'

Used in: