React Common Types - events - Cancelable

A type used in events. Specifies whether the event is cancelable.

import { Cancelable } from "devextreme/common/core/events"
Type:

Object

cancel

Specifies whether the event is cancelable.

Type:

Boolean