chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page.events / PageEvent / ScreencastVisibilityChangedEvent

ScreencastVisibilityChangedEvent

data class ScreencastVisibilityChangedEvent : PageEvent

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

Official doc

Constructors

<init>

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

ScreencastVisibilityChangedEvent(visible: Boolean)

Properties

visible

True if the page is visible.

val visible: Boolean