CloseEventArgs

12 Sep 20251 minute to read

Provides information about a Close event.

Properties

cancel boolean

Defines whether the current action can be prevented.

container HTMLElement

Returns the root container element of the dialog.

element Element

Returns the element of the dialog.

event Event

Returns the original event arguments.

isInteracted boolean

Determines whether the event is triggered by interaction.

name string

Specify the name of the event.