@raisenow/tamaro-core
    Preparing search index...

    Handles communication with the parent Solution Embed wrapper. Orchestrates the communication between the iframe and the parent window.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    parentUrl?: string

    Methods

    • Sends message to the parent to redirect to the given URL.

      Parameters

      • url: string
      • replace: boolean = false

      Returns Promise<void>

    • Sends message to the parent to scroll to the given position to make particular element to be aligned to the top of the viewport.

      Parameters

      • top: number

      Returns Promise<void>