-->
import Quickshell.Wayland
A window/toplevel from another application, retrievable from the ToplevelManager.
If the window is currently activated or focused.
Activation can be requested with the activate() function.
If the window is currently fullscreen.
Fullscreen can be requested by setting this property, though it may be ignored by the compositor. Fullscreen can be requested on a specific screen with the fullscreenOn() function.
If the window is currently maximized.
Maximization can be requested by setting this property, though it may be ignored by the compositor.
If the window is currently minimized.
Minimization can be requested by setting this property, though it may be ignored by the compositor.
Parent toplevel if this toplevel is a modal/dialog, otherwise null.
Request that this toplevel is activated. The request may be ignored by the compositor.
Request that this toplevel is fullscreened on a specific screen. The request may be ignored by the compositor.
Provide a hint to the compositor where the visual representation of this toplevel is relative to a quickshell window. This hint can be used visually in operations like minimization.