Options
All
  • Public
  • Public/Protected
  • All
Menu

The client-side state of the dialog such as its width and height. The client-side state can be preserved during AJAX updates by sending it to the server.

Hierarchy

  • ClientState

Index

Properties

contentHeight: number

The total height in pixels of the content area of the dialog.

contentWidth: number

The total width in pixels of the content area of the dialog..

height: number

The total height of the dialog in pixels, including the header and its content.

offset?: Coordinates

Vertical and horizontal offset of the top-left corner of the dialog.

width: number

The total width of the dialog in pixels, including the header and its content.

windowScrollLeft: number

Horizontal scroll position of the window.

windowScrollTop: number

Vertical scroll position of the window.

Generated using TypeDoc