ScreencastVisibilityChangedParameter

@Serializable
data class ScreencastVisibilityChangedParameter(val visible: Boolean)

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

Constructors

Link copied to clipboard
constructor(visible: Boolean)

Properties

Link copied to clipboard

True if the page is visible.