toggle menu
chrome-devtools-kotlin
5.9.0-1239539
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.fedcm.events
/
FedCmEvent
/
DialogClosed
Dialog
Closed
@
Serializable
data
class
DialogClosed
(
val
dialogId
:
String
)
:
FedCmEvent
Triggered when a dialog is closed, either by user action, JS abort, or a command below.
Official doc
Members
Constructors
Dialog
Closed
Link copied to clipboard
constructor
(
dialogId
:
String
)
Properties
dialog
Id
Link copied to clipboard
val
dialogId
:
String