data class ScreencastVisibilityChangedEvent : PageEvent
Fired when the page with currently enabled screencast was shown or hidden `.
<init> |
Fired when the page with currently enabled screencast was shown or hidden `. ScreencastVisibilityChangedEvent(visible: Boolean) |
visible |
True if the page is visible. val visible: Boolean |