ActionCompleteEventArgs
12 Sep 20251 minute to read
Provides detailed information about an ActionComplete event.
Properties
editorMode string
Specifies the current mode of the editor.
elements Node[]
Defines the selected elements.
event MouseEvent|KeyboardEvent
Specifies the event associated with the action, such as a mouse or keyboard event.
name string
Specifies the name of the event.
range Range
Defines the selected range.
requestType string
Specifies the type of the current action.