focused property

bool get focused

@AvailableInWorkers("service")

The focused read-only property of the WindowClient interface is a boolean value that indicates whether the current client has focus.

Implementation

external bool get focused;