jQuery LoadPanel Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { ContentReadyEvent } from "devextreme/ui/load_panel"
Type:

Object

DisposingEvent

The type of the disposing event handler's argument.

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

Object

dxLoadPanelAnimation

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

import { dxLoadPanelAnimation } from "devextreme/ui/load_panel"

dxOverlayAnimation

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

import { dxOverlayAnimation } from "devextreme/ui/overlay"

HiddenEvent

The type of the hidden event handler's argument.

import { HiddenEvent } from "devextreme/ui/load_panel"
Type:

Object

HidingEvent

The type of the hiding event handler's argument.

import { HidingEvent } from "devextreme/ui/load_panel"
Type:

Object

InitializedEvent

The type of the initialized event handler's argument.

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

Object

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { OptionChangedEvent } from "devextreme/ui/load_panel"
Type:

Object

ShowingEvent

The type of the showing event handler's argument.

import { ShowingEvent } from "devextreme/ui/load_panel"
Type:

Object

ShownEvent

The type of the shown event handler's argument.

import { ShownEvent } from "devextreme/ui/load_panel"
Type:

Object