DialogClosedParameter

@Serializable
data class DialogClosedParameter(val dialogId: String)

Triggered when a dialog is closed, either by user action, JS abort, or a command below.

Constructors

Link copied to clipboard
constructor(dialogId: String)

Properties

Link copied to clipboard