DialogCloseEventArgs
12 Sep 20251 minute to read
Provides information related to a DialogClose event in the RichTextEditor.
Properties
cancel boolean
Identifies if the current action can be canceled.
container HTMLElement
Returns the root container element of the dialog being closed.
element Element
Provides reference to the dialog element being closed.
event Event
Returns the original event arguments, if any.
isInteracted boolean
Determines if the dialog close event is triggered by user interaction.
isInteraction boolean
DEPRECATED-Determines whether the event is triggered by interaction.
name String
Specifies the event name, if available.
target HTMLElement|String
Determines if action can be prevented; target details.