Gjsify LogoGjsify Logo

Specifies where an object should be placed on the screen when using scroll_to.

Index

Enumeration Members

ANYWHERE: number

Scroll the object vertically and horizontally so that as much as possible of the object becomes visible. The exact placement is determined by the application.

BOTTOM_EDGE: number

Scroll the object vertically to bring its bottom edge to the bottom edge of the window.

BOTTOM_RIGHT: number

Scroll the object vertically and horizontally to bring its bottom right corner to the bottom right corner of the window.

LEFT_EDGE: number

Scroll the object vertically and horizontally to bring its left edge to the left edge of the window.

RIGHT_EDGE: number

Scroll the object vertically and horizontally to bring its right edge to the right edge of the window.

TOP_EDGE: number

Scroll the object vertically to bring its top edge to the top edge of the window.

TOP_LEFT: number

Scroll the object vertically and horizontally to bring its top left corner to the top left corner of the window.

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