FrameSubtreeWillBeDetachedParameter

@Serializable
data class FrameSubtreeWillBeDetachedParameter(val frameId: String)

Fired before frame subtree is detached. Emitted before any frame of the subtree is actually detached.

Constructors

Link copied to clipboard
constructor(frameId: String)

Properties

Link copied to clipboard

Id of the frame that is the root of the subtree that will be detached.