React HtmlEditor - FocusOutEvent

The type of the focusOut event handler's argument.

import { HtmlEditorTypes } from "devextreme-react/html-editor"
Type: HtmlEditorTypes.FocusOutEvent

component

The UI component's instance.

Selector: Component
Type:

HtmlEditor

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event