Hierarchy

  • FlowWindow

Constructors

Properties

content: HTMLElement
element: HTMLElement
header: HTMLElement
height: number
id: string = ...
isMaximized: boolean = false
isMinimized: boolean = false
maximized: boolean
minimized: boolean
prevHeight: string
prevLeft: string
prevTop: string
prevWidth: string
realContent: HTMLElement
width: number

Methods

  • Closes the window.

    Returns void

  • Focuses the window.

    Returns void

  • Sets the title of the window.

    Parameters

    • title: string

      The desired window title.

    Returns void

  • Toggles the window's maximization.

    Returns boolean

    The window's current maximization state.

  • Toggles the window's minimization.

    Returns boolean

    The window's current minimization state.

Generated using TypeDoc