hidden property

bool get hidden

The Document.hidden read-only property returns a Boolean value indicating if the page is considered hidden or not.

The Document.visibilityState property provides an alternative way to determine whether the page is hidden.

Implementation

external bool get hidden;