Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PulseUrlChangedEvent

Event which is triggered when Pulse navigates to a new URL inside the embedded iframe

Hierarchy

  • PulseUrlChangedEvent

Index

Properties

Properties

context

context: string | undefined

Additional context that describes why the URL changed e.g. 'session-expired'

newUrl

newUrl: string

The new URL after it changed.

oldUrl

oldUrl: string

The old URL before it changed.