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

ScreencastVisibilityChangedEvent

data class ScreencastVisibilityChangedEvent : PageEvent

Constructors

<init>

ScreencastVisibilityChangedEvent(visible: Boolean)

Properties

visible

True if the page is visible.

val visible: Boolean