React LoadIndicator Types

ContentReadyEvent

The type of the contentReady event handler's argument.

import { LoadIndicatorTypes } from "devextreme-react/load-indicator"
Type: LoadIndicatorTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { LoadIndicatorTypes } from "devextreme-react/load-indicator"
Type: LoadIndicatorTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { LoadIndicatorTypes } from "devextreme-react/load-indicator"
Type: LoadIndicatorTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { LoadIndicatorTypes } from "devextreme-react/load-indicator"
Type: LoadIndicatorTypes.OptionChangedEvent