Interface WorkatoNavigationEvent

    This event is passed to NavigationConfig.onWorkatoNavigation handler when embedded Workato app is navigated to another page.

    See EmbeddingClient.handleNavigation for more info.

    Hierarchy

    • WorkatoNavigationEvent

    Properties

    embeddingUrl: string

    Corresponding embedding URL e.g. /embedding_prefix/recipes

    preventVendorUrlChange: (() => void)

    Type declaration

      • (): void
      • If called, will prevent updating browser's URL to embeddingUrl via History API.

        Returns void

    urlReplaced: boolean

    Whether this Workato navigation was appended to browser history or replaced the last history item.

    See history.pushState and history.replaceState for more info.

    workatoUrl: string

    Workato URL e.g. /recipes