Gjsify LogoGjsify Logo

Specifies the state of a toplevel window.

bitfield

Index

Enumeration Members

ABOVE: number

the window is kept above other windows.

BELOW: number

the window is kept below other windows.

BOTTOM_RESIZABLE: number

whether the bottom edge is resizable, Since 3.22.23

BOTTOM_TILED: number

whether the bottom edge is tiled, Since 3.22.23

FOCUSED: number

the window is presented as focused (with active decorations).

FULLSCREEN: number

the window is maximized without decorations.

ICONIFIED: number

the window is minimized.

LEFT_RESIZABLE: number

whether the left edge is resizable, Since 3.22.23

LEFT_TILED: number

whether the left edge is tiled, Since 3.22.23

MAXIMIZED: number

the window is maximized.

RIGHT_RESIZABLE: number

whether the right edge is resizable, Since 3.22.23

RIGHT_TILED: number

whether the right edge is tiled, Since 3.22.23

STICKY: number

the window is sticky.

TILED: number

the window is in a tiled state, Since 3.10. Since 3.22.23, this is deprecated in favor of per-edge information.

TOP_RESIZABLE: number

whether the top edge is resizable, Since 3.22.23

TOP_TILED: number

whether the top edge is tiled, Since 3.22.23

WITHDRAWN: number

the window is not shown.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method