React Button Types

ClickEvent

The type of the click event handler's argument.

import { ButtonTypes } from "devextreme-react/button"
Type: ButtonTypes.ClickEvent

Used in:

ContentReadyEvent

The type of the contentReady event handler's argument.

import { ButtonTypes } from "devextreme-react/button"
Type: ButtonTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { ButtonTypes } from "devextreme-react/button"
Type: ButtonTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { ButtonTypes } from "devextreme-react/button"
Type: ButtonTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { ButtonTypes } from "devextreme-react/button"
Type: ButtonTypes.OptionChangedEvent