Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LayoutWindow

Stores the state of a single window within a saved layout.

Hierarchy

Index

Properties

Optional bottom

bottom: undefined | number

frame

frame: boolean

If the window is framed or frameless, corresponds to WindowOptions.frame

height

height: number

info

info: WindowInfo

Additional window metadata, corresponds to Window.getInfo()

isShowing

isShowing: boolean

If the window is currently visible, corresponds to Window.isShowing().

isTabbed

isTabbed: boolean

Window state, corresponds to WindowOptions.state

left

left: number

name

name: string

Window identifier

Optional right

right: undefined | number

state

state: "normal" | "minimized" | "maximized"

Window state, corresponds to WindowOptions.state

top

top: number

uuid

uuid: string

Application identifier

width

width: number

windowGroup

windowGroup: Identity[]

A list of windows currently docked to this one.

These groupings will be restored once all windows in the layout have been re-created.