Angular LoadIndicator Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { DxLoadIndicatorTypes } from "devextreme-angular/ui/load-indicator"
Type: DxLoadIndicatorTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { DxLoadIndicatorTypes } from "devextreme-angular/ui/load-indicator"
Type: DxLoadIndicatorTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxLoadIndicatorTypes } from "devextreme-angular/ui/load-indicator"
Type: DxLoadIndicatorTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxLoadIndicatorTypes } from "devextreme-angular/ui/load-indicator"
Type: DxLoadIndicatorTypes.OptionChangedEvent