Free Touch Pricker
    Preparing search index...

    Class StedTurnPricker

    A turning course generator

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _iframe?: HTMLIFrameElement
    print: Print

    Methods

    • Wraps document.getElementById and adds type information

      Type Parameters

      • T extends HTMLElement

      Parameters

      • id: string

      Returns T

    • Resizes the parent iframe if one exists May be overridden; default implementation uses elements that are immediate children of the body element as follows:

      • width: sum of all elements' widths and margins
      • height: maximum of all elements' heights and margins

      Returns void