TJSPositionInitialHelper: {
    getLeft: ((width) => number);
    getTop: ((height) => number);
}

Type declaration

  • getLeft: ((width) => number)

    Returns the left position given the width of the browser window.

      • (width): number
      • Returns the left position given the width of the browser window.

        Parameters

        • width: number

        Returns number

  • getTop: ((height) => number)

    Returns the top position given the height of the browser window.

      • (height): number
      • Returns the top position given the height of the browser window.

        Parameters

        • height: number

        Returns number