Search results

ActionBeginEventArgs API in JavaScript RichTextEditor API control

Provides detailed information about an actionBegin event.

Properties

cancel

boolean

Indicates whether to cancel the current action.

emojiPickerArgs

IEmojiPickerArgs

Defines the emoji picker details.

exportValue

string

Defines the content to be exported.

item

IToolbarItemModel | IDropDownItemModel

Specifies the current toolbar or dropdown item involved in the action.

itemCollection

IItemCollectionArgs

Provides details about URL actions.

name

string

Specifies the name of the event.

originalEvent

MouseEvent | KeyboardEvent | DragEvent

Specifies the event that initiated the action, such as mouse, keyboard, or drag events.

requestType

string

Specifies the type of the current action.

selectType

string

Specifies whether the selection type is a dropdown.