Angular LoadPanel Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { DxLoadPanelTypes } from "devextreme-angular/ui/load-panel"
Type: DxLoadPanelTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { DxLoadPanelTypes } from "devextreme-angular/ui/load-panel"
Type: DxLoadPanelTypes.DisposingEvent

dxLoadPanelAnimation

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

import { DxLoadPanelTypes } from "devextreme-angular/ui/load-panel"

dxOverlayAnimation

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

import { DxOverlayTypes } from "devextreme-angular/ui/overlay"

HiddenEvent

The type of the hidden event handler's argument.

import { DxLoadPanelTypes } from "devextreme-angular/ui/load-panel"
Type: DxLoadPanelTypes.HiddenEvent

HidingEvent

The type of the hiding event handler's argument.

import { DxLoadPanelTypes } from "devextreme-angular/ui/load-panel"
Type: DxLoadPanelTypes.HidingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxLoadPanelTypes } from "devextreme-angular/ui/load-panel"
Type: DxLoadPanelTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxLoadPanelTypes } from "devextreme-angular/ui/load-panel"
Type: DxLoadPanelTypes.OptionChangedEvent

ShowingEvent

The type of the showing event handler's argument.

import { DxLoadPanelTypes } from "devextreme-angular/ui/load-panel"
Type: DxLoadPanelTypes.ShowingEvent

ShownEvent

The type of the shown event handler's argument.

import { DxLoadPanelTypes } from "devextreme-angular/ui/load-panel"
Type: DxLoadPanelTypes.ShownEvent