Constructors

Properties

correctLevel: { high: any; low: any; medium: any; quality: any } = ...

Accessors

  • get paddedContainer(): HTMLDivElement

    the qr code scans better if it is placed in a container with white outline around the qr code, this method returns such a container just put the qr code div inside to enhance the scanning experience

    Returns HTMLDivElement

Methods

  • returns 0 if the QR code was generated successfully, otherwise returns 1

    Parameters

    • div: any
    • content: any
    • correctLevel: any

    Returns 0 | 1

  • returns 0 if the QR code was generated successfully, otherwise returns 1

    Parameters

    • div: any
    • content: any

    Returns boolean

  • Returns string

  • Parameters

    • randomSession: string

      {string}

    • selector: { kirchhoff: string; stepwise: string; symbolic: string }

      {window.definitions.qrCodeSelectorIDs}

    • netlist: NetlistString

      {NetlistString} netlist

    Returns string

    the generated link

  • generates a link that redirects to the tracking page

    Parameters

    • randomSession: string

      {string}

    • selector: { kirchhoff: string; stepwise: string; symbolic: string }

      {window.definitions.qrCodeSelectorIDs}

    • netlist: NetlistString

      {NetlistString} netlist

    Returns string

    the generated link