Interface VendorHistoryNavigationEvent

    This event is passed to NavigationConfig.onVendorNavigation handler when user clicks browser's back/forward buttons.

    See EmbeddingClient.handleNavigation for more info.

    Hierarchy

    • VendorHistoryNavigationEvent

    Properties

    embeddingUrl: string

    New embedding URL, popped from browser's history e.g. /embedding_prefix/recipes.

    preventWorkatoUrlChange: (() => void)

    Type declaration

      • (): void
      • If called, will prevent calling of the EmbeddingClient.navigateTo method with workatoUrl.

        Returns void

    reason: "history"
    workatoUrl: string

    Corresponding Workato URL e.g. /recipes.