Options
All
  • Public
  • Public/Protected
  • All
Menu

Object representing window location used in window content object and WindowLocation constructor

Hierarchy

Index

Properties

forceScrollX?: boolean
forceScrollY?: boolean
height?: number

Height of the window in units, by default calculated to match bottom screen bound

padding?: { bottom?: number; left?: number; right?: number; top?: number }

Paddings are distances from the window bounds to the elements in the window

Type declaration

  • Optional bottom?: number
  • Optional left?: number
  • Optional right?: number
  • Optional top?: number
scrollX?: number

Defines scrollable window size along the X axis

scrollY?: number

Defines scrollable window size along the Y axis

width?: number

Width of the window in units, by default calculated to match right screen bound

x?: number

X coordinate of the window in units, 0 by default

y?: number

Y coordinate of the window in units, 0 by default

Generated using TypeDoc