ScreencastVisibilityChanged

@Serializable
data class ScreencastVisibilityChanged(val visible: Boolean) : PageEvent

Fired when the page with currently enabled screencast was shown or hidden `.

Official doc

Constructors

Link copied to clipboard
constructor(visible: Boolean)

Properties

Link copied to clipboard

True if the page is visible.