React Form - SmartPastingEvent

The argument type in the smartPasting event.

import { FormTypes } from "devextreme-react/form"
Type: FormTypes.SmartPastingEvent

aiResult

Specifies Smart Paste results. Data from this object populates the Form.

Selector: AiResult
Type:

Object

cancel

Type:

Boolean

|

Promise<Boolean> (jQuery or native)

component

The UI component's instance.

Selector: Component
Type:

Form

element

The UI component's container.