FrameDetachedParameter

@Serializable
data class FrameDetachedParameter(val frameId: String, val reason: String)

Fired when frame has been detached from its parent.

Constructors

Link copied to clipboard
constructor(frameId: String, reason: String)

Properties

Link copied to clipboard

Id of the frame that has been detached.

Link copied to clipboard